Fix linting

This commit is contained in:
James Brunton
2026-08-24 10:07:55 +01:00
parent e9a6c7d8b9
commit 7ae150975c
@@ -59,6 +59,7 @@ import { renderWithTooltip } from "@app/components/shared/workbenchBar/workbench
import { WorkbenchBarActionsProps } from "@app/components/shared/workbenchBar/types";
import { useIsMobile } from "@app/hooks/useIsMobile";
import "@app/components/shared/WorkbenchBar.css";
import CloseIcon from "@mui/icons-material/Close";
const SECTION_ORDER: WorkbenchBarSection[] = ["top", "middle", "bottom"];