export default async function MessagesPage() { const res = await fetch("http://localhost:1337/api/messages"); const { data } = await res.json(); return (
Aucun message reçu.
) : (👤 {msg.name} ({msg.email})
📅 {new Date(msg.createdAt).toLocaleString("fr-FR")}
{msg.message}