Skip to content

Commit

Permalink
fix: remove legacy import dark-mode-toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKetmo committed Nov 14, 2024
1 parent 8efede6 commit 9489b12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/layout/app-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
SidebarTrigger,
} from "@/components/ui/sidebar"
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from "@/components/ui/collapsible"
import { DarkModeToggle } from "./dark-mode-toggle"
import { useConfig } from "@/contexts/config"
import { useAlerts } from "@/contexts/alerts"
import { alertFilter, flattenAlerts } from "@/components/alerts/utils"
Expand Down

0 comments on commit 9489b12

Please sign in to comment.