Fix the linter

This commit is contained in:
49lf
2024-11-16 16:27:15 -05:00
parent 1b68f5dc19
commit c6b80eec68

View File

@ -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) {