Simplify dashboard code

This commit is contained in:
2025-11-04 22:02:56 +01:00
parent 79b5a767f3
commit 3de26c0fff
4 changed files with 20 additions and 51 deletions

View File

@@ -4,7 +4,6 @@ const DashboardSidebarContext = React.createContext<{
onPageItemClick: () => void;
mini: boolean;
fullyExpanded: boolean;
fullyCollapsed: boolean;
hasDrawerTransitions: boolean;
} | null>(null);