From df16b96cfbce5238e295ccd127594ac1a6723372 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Jul 2026 14:26:08 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 6e8a76c..c564324 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,20 +1,8 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarFloating from "@/components/ui/NavbarFloating"; +import NavbarFloating from '@/components/ui/NavbarFloating'; export default function LandingPage() { return ( - +
); } \ No newline at end of file -- 2.49.1