Update src/app/page.tsx

This commit is contained in:
2026-02-07 19:28:35 +00:00
parent 9ae8ff7c87
commit bedf12c3e6

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';