Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thinley4 committed Oct 19, 2024
1 parent bfcaee7 commit 7e1b550
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import Home from "./components/Home";
export default function Page() {
return (
<div className="bg-[#0E0A24] min-h-screen">
<Home />


<Home />
</div>
);
}

0 comments on commit 7e1b550

Please sign in to comment.