next.js/examples/with-google-analytics/app/about/page.tsx
page.tsx10 lines156 B
import Page from "../../components/Page";

export default function About() {
  return (
    <Page>
      <h1>This is the About page</h1>
    </Page>
  );
}
Quest for Codev2.0.0
/
SIGN IN