refactor: move components in src/components/ui to src/shared/view/ui

This commit is contained in:
Haileyesus
2026-02-27 22:49:18 +03:00
parent 040c300c29
commit f2e195bd08
30 changed files with 51 additions and 60 deletions

View File

@@ -1,6 +1,7 @@
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';