Update src/App.tsx

This commit is contained in:
2026-05-31 02:56:58 +00:00
parent d0de5a07b2
commit 65933089ee

View File

@@ -1,7 +1,5 @@
"use client";
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";