Update src/app/page.tsx

This commit is contained in:
2026-02-11 15:59:21 +00:00
parent 21289adac6
commit 1f43be3656

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { Heart, Sparkles, Users } from "lucide-react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";