Update src/app/page.tsx

This commit is contained in:
2026-01-06 13:08:26 +00:00
parent 03da54716e
commit b2ab106c06

View File

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