Update src/app/page.tsx

This commit is contained in:
2026-01-23 09:42:52 +00:00
parent d4bb3e4f05
commit 40f3a2f34d

View File

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