File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change
1
+ import { fade , Theme } from "@material-ui/core"
2
+ import ListItem from "@material-ui/core/ListItem"
3
+ import ListItemText from "@material-ui/core/ListItemText"
4
+ import AdminIcon from "@material-ui/icons/SettingsOutlined"
5
+ import { makeStyles } from "@material-ui/styles"
1
6
import React , { useState } from "react"
2
7
import { useNavigate } from "react-router-dom"
8
+ import { navHeight } from "../../../theme/constants"
3
9
import { BorderedMenu } from "../../BorderedMenu"
4
10
import { BorderedMenuRow } from "../../BorderedMenu/BorderedMenuRow"
5
- import { CloseDropdown , OpenDropdown } from "../Arrows"
6
- import ListItem from "@material-ui/core/ListItem"
7
- import ListItemText from "@material-ui/core/ListItemText"
8
- import { makeStyles } from "@material-ui/styles"
9
- import AdminIcon from "@material-ui/icons/SettingsOutlined"
10
- import { fade , Theme } from "@material-ui/core"
11
11
import { BuildingIcon } from "../../Icons/BuildingIcon"
12
12
import { UsersOutlinedIcon } from "../../Icons/UsersOutlinedIcon"
13
- import { navHeight } from "../../../theme/constants "
13
+ import { CloseDropdown , OpenDropdown } from "../Arrows "
14
14
15
15
const Language = {
16
16
usersLabel : "Users" ,
Original file line number Diff line number Diff line change 1
- import React from "react "
1
+ import { fade , makeStyles , Theme } from "@material-ui/core/styles "
2
2
import KeyboardArrowDown from "@material-ui/icons/KeyboardArrowDown"
3
3
import KeyboardArrowUp from "@material-ui/icons/KeyboardArrowUp"
4
- import { fade , makeStyles , Theme } from "@material-ui/core/styles "
4
+ import React from "react "
5
5
6
6
const useStyles = makeStyles ( ( theme : Theme ) => ( {
7
7
arrowIcon : {
Original file line number Diff line number Diff line change 6
6
import { makeStyles } from "@material-ui/core/styles"
7
7
import MuiTypography , { TypographyProps as MuiTypographyProps } from "@material-ui/core/Typography"
8
8
import * as React from "react"
9
- import { combineClasses , appendCSSString } from "../../util/combineClasses"
9
+ import { appendCSSString , combineClasses } from "../../util/combineClasses"
10
10
11
11
export interface TypographyProps extends MuiTypographyProps {
12
12
short ?: boolean
You can’t perform that action at this time.
0 commit comments