diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index 9560fde..098eed9 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -9,7 +9,7 @@ interface SidebarProps { onChange: (tab: Tab) => void } -const navItems: { id: Tab; icon: React.ComponentType<{ size?: number; color?: string }> }[] = [ +const navItems: { id: Tab; icon: any }[] = [ { id: 'home', icon: Home }, { id: 'rooms', icon: LayoutGrid }, { id: 'sensors', icon: Thermometer },