We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d7365 commit 039a6c7Copy full SHA for 039a6c7
frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx
@@ -7,12 +7,7 @@ import ManageWorkspace, {
7
} from "../../Modals/ManageWorkspace";
8
import paths from "@/utils/paths";
9
import { useParams } from "react-router-dom";
10
-import {
11
- GearSix,
12
- SquaresFour,
13
- UploadSimple,
14
- DotsSixVertical,
15
-} from "@phosphor-icons/react";
+import { GearSix, UploadSimple, DotsSixVertical } from "@phosphor-icons/react";
16
import useUser from "@/hooks/useUser";
17
import ThreadContainer from "./ThreadContainer";
18
import { Link, useMatch } from "react-router-dom";
0 commit comments