Skip to content

Commit

Permalink
Remove bug
Browse files Browse the repository at this point in the history
  • Loading branch information
benborgers committed Sep 19, 2024
1 parent 73562d4 commit eaf52e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Image from "next/image";

export default function Home() {
test;
return (
<div className="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]">
<main className="flex flex-col gap-8 row-start-2 items-center sm:items-start">
Expand Down

0 comments on commit eaf52e4

Please sign in to comment.