import { Counter } from './counter' export default function Page() { return ( <div> <p>hello world</p> <Counter /> </div> ) }