Compare commits

...

1 Commits

Author SHA1 Message Date
58b6425d1d Update src/app/page.tsx 2026-02-09 23:16:49 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';