Skip to content

Commit

Permalink
Add index page
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Nov 14, 2024
1 parent 7a2bf88 commit f79c1df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/index.page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { getApplicationServerSideProps } from '@/utils/getApplicationServerSideProps';

const Index = () => {
return null;
};

export default Index;
export const getServerSideProps = getApplicationServerSideProps();

0 comments on commit f79c1df

Please sign in to comment.