aboutsummaryrefslogtreecommitdiff
path: root/src/app/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/page.tsx')
-rw-r--r--src/app/page.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx
index bc498c7..38fc4bb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,5 +1,3 @@
-"use client"
-
import Link from "next/link"
import { Button } from "@/components/ui/button"
import Navbar from "@/components/Navbar"
@@ -50,4 +48,4 @@ export default function Home() {
<Footer />
</div>
)
-} \ No newline at end of file
+}