next.js/test/e2e/app-dir/use-cache/app/(partially-static)/static-class-method/page.tsx
page.tsx7 lines157 B
import { Cached } from './cached'
import { Form } from './form'

export default function Page() {
  return <Form getRandomValue={Cached.getRandomValue} />
}
Quest for Codev2.0.0
/
SIGN IN