File tree 1 file changed +1
-1
lines changed
site/src/pages/UserSettingsPage
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import NotificationsIcon from "@mui/icons-material/NotificationsNoneOutlined";
6
6
import AccountIcon from "@mui/icons-material/Person" ;
7
7
import VpnKeyOutlined from "@mui/icons-material/VpnKeyOutlined" ;
8
8
import type { User } from "api/typesGenerated" ;
9
+ import { FeatureStageBadge } from "components/FeatureStageBadge/FeatureStageBadge" ;
9
10
import { GitIcon } from "components/Icons/GitIcon" ;
10
11
import {
11
12
Sidebar as BaseSidebar ,
@@ -15,7 +16,6 @@ import {
15
16
import { UserAvatar } from "components/UserAvatar/UserAvatar" ;
16
17
import { useDashboard } from "modules/dashboard/useDashboard" ;
17
18
import type { FC } from "react" ;
18
- import { FeatureStageBadge } from "components/FeatureStageBadge/FeatureStageBadge" ;
19
19
20
20
interface SidebarProps {
21
21
user : User ;
You can’t perform that action at this time.
0 commit comments