import { Client } from './client' export default function Page() { return ( <p> hello <Client /> </p> ) }