diff --git a/src/components/file-tree/view/FileTreeBody.tsx b/src/components/file-tree/view/FileTreeBody.tsx index b1ee90fa..27933541 100644 --- a/src/components/file-tree/view/FileTreeBody.tsx +++ b/src/components/file-tree/view/FileTreeBody.tsx @@ -1,7 +1,6 @@ import type { ReactNode, RefObject } from 'react'; import { Folder, Search } from 'lucide-react'; import { useTranslation } from 'react-i18next'; -import { ScrollArea } from '../../../shared/view/ui'; import type { FileTreeNode, FileTreeViewMode } from '../types/types'; import FileTreeEmptyState from './FileTreeEmptyState'; import FileTreeList from './FileTreeList';