Update src/App.tsx

This commit is contained in:
2026-05-31 02:57:50 +00:00
parent 65933089ee
commit eac1e0343c

View File

@@ -1,5 +1,5 @@
import React from "react";
import ThemeProvider from "@/providers/themeProvider/ThemeProvider";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Award, Leaf, Milk } from "lucide-react";
import NavbarFloating from "@/components/ui/NavbarFloating";