next.js/examples/with-prefetching/pages/about.tsx
about.tsx4 lines79 B
export default function About() {
  return <h1>This is the ABOUT page.</h1>;
}
Quest for Codev2.0.0
/
SIGN IN