test.tsx 94 B

12345
  1. const IndexPage = () => (
  2. <h1>Hello Next with TypeScript!</h1>
  3. )
  4. export default IndexPage