Update src/app/page.tsx

This commit is contained in:
2025-12-28 13:44:29 +00:00
parent 421468d924
commit 3c6750625b

View File

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