File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
site/src/modules/management Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ import { cx } from "@emotion/css";
22import AddIcon from "@mui/icons-material/Add" ;
33import type { AuthorizationResponse , Organization } from "api/typesGenerated" ;
44import { Loader } from "components/Loader/Loader" ;
5+ import {
6+ Sidebar as BaseSidebar ,
7+ SettingsSidebarNavItem as SidebarNavSubItem ,
8+ } from "components/Sidebar/Sidebar" ;
59import { Stack } from "components/Stack/Stack" ;
610import { UserAvatar } from "components/UserAvatar/UserAvatar" ;
711import type { Permissions } from "contexts/auth/permissions" ;
812import { type ClassName , useClassName } from "hooks/useClassName" ;
913import { useDashboard } from "modules/dashboard/useDashboard" ;
1014import type { FC , ReactNode } from "react" ;
1115import { Link , NavLink } from "react-router-dom" ;
12- import {
13- Sidebar as BaseSidebar ,
14- SettingsSidebarNavItem as SidebarNavSubItem ,
15- } from "components/Sidebar/Sidebar" ;
1616
1717export interface OrganizationWithPermissions extends Organization {
1818 permissions : AuthorizationResponse ;
You can’t perform that action at this time.
0 commit comments