Update src/app/page.tsx

This commit is contained in:
2026-01-07 09:43:30 +00:00
parent 13af7203c3
commit 6580dea372

View File

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