Skip to content

Commit 6fc8034

Browse files
committed
Change the index page extension to tsx
1 parent 6b5dcac commit 6fc8034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.ts renamed to src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { type GetServerSideProps } from 'next';
22

33
import { env } from '~/env';
44

5-
export default function Home() {
5+
export default function Index() {
66
return null;
77
}
88

0 commit comments

Comments
 (0)