import styles from "./Sidebar.module.css"; const navItems = [ { label: "Overview", icon: "📊" }, { label: "Analytics", icon: "📈" }, { label: "Customers", icon: "👥" }, { label: "Settings", icon: "⚙️" }, ]; export function Sidebar() { return ( ); }