File size: 82 Bytes
1e92f2d |
1 2 3 4 |
export default function Page(props) {
return <p>is server {typeof window}</p>
}
|
1e92f2d |
1 2 3 4 |
export default function Page(props) {
return <p>is server {typeof window}</p>
}
|