Update src/app/page.tsx

This commit is contained in:
2026-02-11 05:48:55 +00:00
parent 9a1ce6fe5b
commit 9f37fd606d

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -239,4 +239,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}