next.js/test/production/app-dir/browser-chunks/app/page.tsx
page.tsx11 lines164 B
import { CacheClient } from './cache-client'

export default function Page() {
  return (
    <div>
      <p>hello world</p>
      <CacheClient />
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN