Skip to content

Commit dc2b37e

Browse files
committed
chore: lint
1 parent 1dea279 commit dc2b37e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

site/src/pages/WorkspacePage/HistorySidebar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ export const HistorySidebar: FC<HistorySidebarProps> = ({ workspace }) => {
6363
</Sidebar>
6464
);
6565
};
66-

site/src/pages/WorkspacePage/Workspace.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { useTheme } from "@emotion/react";
21
import HistoryOutlined from "@mui/icons-material/HistoryOutlined";
32
import HubOutlined from "@mui/icons-material/HubOutlined";
43
import AlertTitle from "@mui/material/AlertTitle";
@@ -23,7 +22,6 @@ import {
2322
} from "./WorkspaceBuildProgress";
2423
import { WorkspaceDeletedBanner } from "./WorkspaceDeletedBanner";
2524
import { WorkspaceTopbar } from "./WorkspaceTopbar";
26-
import { height } from "@mui/system";
2725

2826
interface WorkspaceProps {
2927
workspace: TypesGen.Workspace;
@@ -68,7 +66,6 @@ export const Workspace: FC<WorkspaceProps> = ({
6866
handleDebug,
6967
}) => {
7068
const navigate = useNavigate();
71-
const theme = useTheme();
7269

7370
const transitionStats =
7471
template !== undefined ? ActiveTransition(template, workspace) : undefined;

0 commit comments

Comments
 (0)