Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Jan 22, 2024
1 parent 4321f87 commit 58b0d3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/drawers/WorkspaceDrawer.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import {
Avatar,
Box,
Button,
Divider,
Drawer,
IconButton,
ListItem,
ListItemAvatar,
ListItemButton,
ListItemIcon,
ListItemSecondaryAction,
ListItemText,
Stack,
Expand All @@ -27,7 +25,6 @@ import AddIcon from "@mui/icons-material/Add";
import CreateModal from "../modals/CreateModal";
import { useCreateDocumentMutation } from "../../hooks/api/workspaceDocument";
import ThemeButton from "../common/ThemeButton";
import CodePairIcon from "../icons/CodePairIcon";

const DRAWER_WIDTH = 240;

Expand Down

0 comments on commit 58b0d3e

Please sign in to comment.