File size: 95 Bytes
1e92f2d |
1 2 3 4 5 |
export default async function Page() {
const data = Math.random()
return <h1>{data}</h1>
}
|
1e92f2d |
1 2 3 4 5 |
export default async function Page() {
const data = Math.random()
return <h1>{data}</h1>
}
|