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