Simplify dashboard code
This commit is contained in:
@@ -4,7 +4,6 @@ const DashboardSidebarContext = React.createContext<{
|
||||
onPageItemClick: () => void;
|
||||
mini: boolean;
|
||||
fullyExpanded: boolean;
|
||||
fullyCollapsed: boolean;
|
||||
hasDrawerTransitions: boolean;
|
||||
} | null>(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user