File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/components/SettingsLayout Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ import VpnKeyOutlined from "@material-ui/icons/VpnKeyOutlined"
3
3
import { User } from "api/typesGenerated"
4
4
import { Stack } from "components/Stack/Stack"
5
5
import { UserAvatar } from "components/UserAvatar/UserAvatar"
6
- import React , { ElementType , PropsWithChildren , ReactNode } from "react"
6
+ import { FC , ElementType , PropsWithChildren , ReactNode } from "react"
7
7
import { NavLink } from "react-router-dom"
8
8
import { combineClasses } from "util/combineClasses"
9
9
import AccountIcon from "@material-ui/icons/Person"
10
10
import SecurityIcon from "@material-ui/icons/LockOutlined"
11
11
12
- const SidebarNavItem : React . FC <
12
+ const SidebarNavItem : FC <
13
13
PropsWithChildren < { href : string ; icon : ReactNode } >
14
14
> = ( { children, href, icon } ) => {
15
15
const styles = useStyles ( )
You can’t perform that action at this time.
0 commit comments