Skip to content

Commit ee0093f

Browse files
committed
🤖 fix: remove duplicate import after rebase
1 parent 1cf729e commit ee0093f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ProjectSidebar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import { useApp } from "@/contexts/AppContext";
2525
import { useWorkspaceRecency } from "@/stores/WorkspaceStore";
2626
import { ChevronRight, KeyRound } from "lucide-react";
2727
import { useWorkspaceContext } from "@/contexts/WorkspaceContext";
28-
import { useProjectContext } from "@/contexts/ProjectContext";
2928

3029
// Re-export WorkspaceSelection for backwards compatibility
3130
export type { WorkspaceSelection } from "./WorkspaceListItem";

0 commit comments

Comments
 (0)