Skip to content

Commit

Permalink
fixed home
Browse files Browse the repository at this point in the history
  • Loading branch information
itstolexy committed Jul 20, 2024
1 parent 49ef5c7 commit 8f08fdc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/routes/_index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import type { MetaFunction } from "@remix-run/node";
import Bio from "~/components/bio";

import { Button } from "~/components/ui/button";
import CardPlatform from "~/components/ui/card/card-platform";

Expand Down Expand Up @@ -56,7 +54,6 @@ export default function Index() {
</a>
</li>
</ul>
<Bio />
</div>
);
}

0 comments on commit 8f08fdc

Please sign in to comment.