Update src/app/page.tsx

This commit is contained in:
2026-02-20 10:35:30 +00:00
parent 8b5b36e31c
commit ce0660bbff

View File

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