page added

This commit is contained in:
2025-07-04 23:41:03 +05:30
parent a8b89a28e3
commit 6bca2c0d72
4 changed files with 744 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import { Link, useLocation } from "wouter";
import { LayoutDashboard, Users, Calendar, Settings, FileCheck, ClipboardCheck, CreditCard, FolderOpen } from "lucide-react";
import { LayoutDashboard, Users, Calendar, Settings, FileCheck, Shield, CreditCard, FolderOpen } from "lucide-react";
import { cn } from "@/lib/utils";
@@ -27,16 +27,16 @@ export function Sidebar({ isMobileOpen, setIsMobileOpen }: SidebarProps) {
path: "/patients",
icon: <Users className="h-5 w-5" />,
},
{
name: "Insurance Eligibility",
path: "/insurance-eligibility",
icon: <Shield className="h-5 w-5" />,
},
{
name: "Claims",
path: "/claims",
icon: <FileCheck className="h-5 w-5" />,
},
{
name: "Pre-authorizations",
path: "/preauthorizations",
icon: <ClipboardCheck className="h-5 w-5" />,
},
{
name: "Payments",
path: "/payments",