feat(default page) - made patient page default page)

This commit is contained in:
2025-09-11 00:27:24 +05:30
parent 6bc30e2e65
commit b3c619df3a
3 changed files with 6 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ export function Sidebar() {
() => [
{
name: "Dashboard",
path: "/",
path: "/dashboard",
icon: <LayoutDashboard className="h-5 w-5" />,
},
{