Update src/app/page.tsx

This commit is contained in:
2025-12-23 16:56:43 +00:00
parent e7d7cdf9a2
commit 59977e958a

View File

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