diff --git a/src/app/admin/dashboard/page.tsx b/src/app/admin/dashboard/page.tsx index 63bb649..3d2c280 100644 --- a/src/app/admin/dashboard/page.tsx +++ b/src/app/admin/dashboard/page.tsx @@ -1,16 +1,26 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { useState } from "react"; import { LayoutDashboard, Users, Scissors, TrendingUp } from "lucide-react"; export default function AdminDashboardPage() { return ( - +

Admin Dashboard

- {[ + {[ { icon: LayoutDashboard, title: "Overview" }, { icon: Users, title: "Clients" }, { icon: Scissors, title: "Services" },