File size: 121 Bytes
b91e262
 
 
 
1
2
3
4
5
export default async function Page() {
  const random = Math.random()
  return <div id="another-random">{random}</div>
}