From 1193000960491b3c945302d0a91b9124e389efaa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:52:24 +0000 Subject: [PATCH] Update src/app/doctor-dashboard/page.tsx --- src/app/doctor-dashboard/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/doctor-dashboard/page.tsx b/src/app/doctor-dashboard/page.tsx index 7265d8b..12f6aaa 100644 --- a/src/app/doctor-dashboard/page.tsx +++ b/src/app/doctor-dashboard/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import { Calendar, Users, FileText } from "lucide-react"; +import { Calendar, Users, FileText, UserPlus, GraduationCap } from "lucide-react"; export default function DoctorDashboardPage() { return ( @@ -20,7 +20,7 @@ export default function DoctorDashboardPage() {
-- 2.49.1