File tree 1 file changed +4
-4
lines changed
site/src/modules/management
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";
2
2
import AddIcon from "@mui/icons-material/Add" ;
3
3
import type { AuthorizationResponse , Organization } from "api/typesGenerated" ;
4
4
import { Loader } from "components/Loader/Loader" ;
5
+ import {
6
+ Sidebar as BaseSidebar ,
7
+ SettingsSidebarNavItem as SidebarNavSubItem ,
8
+ } from "components/Sidebar/Sidebar" ;
5
9
import { Stack } from "components/Stack/Stack" ;
6
10
import { UserAvatar } from "components/UserAvatar/UserAvatar" ;
7
11
import type { Permissions } from "contexts/auth/permissions" ;
8
12
import { type ClassName , useClassName } from "hooks/useClassName" ;
9
13
import { useDashboard } from "modules/dashboard/useDashboard" ;
10
14
import type { FC , ReactNode } from "react" ;
11
15
import { Link , NavLink } from "react-router-dom" ;
12
- import {
13
- Sidebar as BaseSidebar ,
14
- SettingsSidebarNavItem as SidebarNavSubItem ,
15
- } from "components/Sidebar/Sidebar" ;
16
16
17
17
export interface OrganizationWithPermissions extends Organization {
18
18
permissions : AuthorizationResponse ;
You can’t perform that action at this time.
0 commit comments