Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Catinaud Taris committed Jun 20, 2024
1 parent 1ed3603 commit 8828cb7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ import "../styles/page.css";

import IntroBlock from "@/components/IntroBlock";


const HomePage = () => {
return (
<>
<IntroBlock
title="Coming Soon..."
image="/images/salmon.svg"
/>
<IntroBlock title="Coming Soon..." image="/images/salmon.svg" />
</>
);
};
Expand Down

0 comments on commit 8828cb7

Please sign in to comment.