File tree 1 file changed +2
-3
lines changed
site/src/pages/UserSettingsPage/WorkspaceProxyPage 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- import { Region , Workspace , WorkspaceProxy } from "api/typesGenerated"
1
+ import { Region , WorkspaceProxy } from "api/typesGenerated"
2
2
import { AvatarData } from "components/AvatarData/AvatarData"
3
3
import { Avatar } from "components/Avatar/Avatar"
4
4
import TableCell from "@mui/material/TableCell"
@@ -17,9 +17,8 @@ import { makeStyles } from "@mui/styles"
17
17
import { combineClasses } from "utils/combineClasses"
18
18
import ListItem from "@mui/material/ListItem"
19
19
import List from "@mui/material/List"
20
- import { Box , ListSubheader } from "@mui/material"
20
+ import { ListSubheader } from "@mui/material"
21
21
import { Maybe } from "components/Conditionals/Maybe"
22
- import { CodeBlock } from "components/CodeBlock/CodeBlock"
23
22
import { CodeExample } from "components/CodeExample/CodeExample"
24
23
25
24
export const ProxyRow : FC < {
You can’t perform that action at this time.
0 commit comments