Update src/app/page.tsx

This commit is contained in:
2025-12-23 15:37:08 +00:00
parent efa76f4ce8
commit f323f00182

View File

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