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