rsnext/examples/with-prefetching/pages/about.tsx
Henrik Wenz 24b20dd13a
chore: Migrate with-prefetching example to typescript (#40671)
## Documentation / Examples

- [x] Make sure the linting passes by running `pnpm lint`
- [x] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
2022-09-19 11:15:54 -07:00

3 lines
78 B
TypeScript

export default function About() {
return <h1>This is the ABOUT page.</h1>
}