mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-21 12:08:46 +02:00
Start extracting Tree component
This commit is contained in:
@@ -17,9 +17,8 @@ import { useRandomKey } from '../../hooks/useRandomKey';
|
||||
import { useToggle } from '../../hooks/useToggle';
|
||||
import { languageFromContentType } from '../../lib/contentType';
|
||||
import { showDialog } from '../../lib/dialog';
|
||||
import { computeSideForDragMove } from '../../lib/dnd';
|
||||
import { computeSideForDragMove, DropMarker } from '@yaakapp-internal/ui';
|
||||
import { showPrompt } from '../../lib/prompt';
|
||||
import { DropMarker } from '../DropMarker';
|
||||
import { SelectFile } from '../SelectFile';
|
||||
import { Button } from './Button';
|
||||
import { Checkbox } from './Checkbox';
|
||||
|
||||
Reference in New Issue
Block a user