Skip to content

Commit

Permalink
getServerSideProps使ってないので消した
Browse files Browse the repository at this point in the history
  • Loading branch information
canisterism committed Jul 27, 2023
1 parent 1ded734 commit 13da809
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,4 @@ const Home: NextPage = () => {
</div>
);
};

export const getServerSideProps = async () => {
return {};
};

export default Home;

0 comments on commit 13da809

Please sign in to comment.