rsnext/examples/with-prefetching/pages/index.tsx

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
76 B
TypeScript
Raw Normal View History

export default function Home() {
return <h1>This is the HOME page</h1>;
}