diff --git a/src/components/FileTree.tsx b/src/components/FileTree.tsx index e2890fca1..de7a3f77a 100644 --- a/src/components/FileTree.tsx +++ b/src/components/FileTree.tsx @@ -22,7 +22,6 @@ import usePlatform from 'hooks/usePlatform' import { FileEntry } from 'lib/project' import { useFileSystemWatcher } from 'hooks/useFileSystemWatcher' import { normalizeLineEndings } from 'lib/codeEditor' -import { toSync } from 'lib/utils' import { reportRejection } from 'lib/trap' function getIndentationCSS(level: number) {