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() {