We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9639b2b commit e69c2ecCopy full SHA for e69c2ec
apps/array/src/renderer/components/ui/sidebar/SidebarContent.tsx
@@ -1,7 +1,7 @@
1
import { RenameTaskDialog } from "@components/RenameTaskDialog";
2
import { SidebarTreeItem } from "@components/ui/sidebar/SidebarTreeItem";
3
import { useSidebarMenuData } from "@components/ui/sidebar/UseSidebarMenuData";
4
-import { buildTreeLines, getAllNodeIds } from "@components/ui/sidebar/utils";
+import { buildTreeLines, getAllNodeIds } from "@components/ui/sidebar/Utils";
5
import { useTasks } from "@features/tasks/hooks/useTasks";
6
import { useTaskStore } from "@features/tasks/stores/taskStore";
7
import { useMeQuery } from "@hooks/useMeQuery";
0 commit comments