Update src/app/page.tsx

This commit is contained in:
2026-01-28 13:13:09 +00:00
parent ea5db238cd
commit 39cd015d37

View File

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