import { CacheClient } from './cache-client' export default function Page() { return ( <div> <p>hello world</p> <CacheClient /> </div> ) }