Revert "sort imports" (#6100)

Revert "sort imports (#6094)"

This reverts commit 2fc8cb5376.
This commit is contained in:
Jess Frazelle
2025-04-01 15:31:19 -07:00
committed by GitHub
parent 964d81dc0e
commit 879b471aed
342 changed files with 2630 additions and 2939 deletions

View File

@ -1,14 +1,13 @@
import { VITE_KC_API_BASE_URL } from 'env'
import CodeManager from 'lang/codeManager'
import { CommandLog, EngineCommandManager } from 'lang/std/engineConnection'
import { WebrtcStats } from '@rust/kcl-lib/bindings/WebrtcStats'
import { OsInfo } from '@rust/kcl-lib/bindings/OsInfo'
import { isDesktop } from 'lib/isDesktop'
import RustContext from 'lib/rustContext'
import screenshot from 'lib/screenshot'
import { APP_VERSION } from 'routes/Settings'
import { UAParser } from 'ua-parser-js'
import { OsInfo } from '@rust/kcl-lib/bindings/OsInfo'
import { WebrtcStats } from '@rust/kcl-lib/bindings/WebrtcStats'
import screenshot from 'lib/screenshot'
import { VITE_KC_API_BASE_URL } from 'env'
import CodeManager from 'lang/codeManager'
import RustContext from 'lib/rustContext'
/* eslint-disable suggest-no-throw/suggest-no-throw --
* All the throws in CoreDumpManager are intentional and should be caught and handled properly