File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
site/src/pages/WorkspacePage Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -63,4 +63,3 @@ export const HistorySidebar: FC<HistorySidebarProps> = ({ workspace }) => {
63
63
</ Sidebar >
64
64
) ;
65
65
} ;
66
-
Original file line number Diff line number Diff line change 1
- import { useTheme } from "@emotion/react" ;
2
1
import HistoryOutlined from "@mui/icons-material/HistoryOutlined" ;
3
2
import HubOutlined from "@mui/icons-material/HubOutlined" ;
4
3
import AlertTitle from "@mui/material/AlertTitle" ;
@@ -23,7 +22,6 @@ import {
23
22
} from "./WorkspaceBuildProgress" ;
24
23
import { WorkspaceDeletedBanner } from "./WorkspaceDeletedBanner" ;
25
24
import { WorkspaceTopbar } from "./WorkspaceTopbar" ;
26
- import { height } from "@mui/system" ;
27
25
28
26
interface WorkspaceProps {
29
27
workspace : TypesGen . Workspace ;
@@ -68,7 +66,6 @@ export const Workspace: FC<WorkspaceProps> = ({
68
66
handleDebug,
69
67
} ) => {
70
68
const navigate = useNavigate ( ) ;
71
- const theme = useTheme ( ) ;
72
69
73
70
const transitionStats =
74
71
template !== undefined ? ActiveTransition ( template , workspace ) : undefined ;
You can’t perform that action at this time.
0 commit comments