export default async function Page() { const random = Math.random() return
{random}
}