Revert "sort imports" (#6100)
Revert "sort imports (#6094)"
This reverts commit 2fc8cb5376
.
This commit is contained in:
@ -4,19 +4,18 @@ import {
|
||||
ToastTextToCadSuccess,
|
||||
} from 'components/ToastTextToCad'
|
||||
import { VITE_KC_API_BASE_URL } from 'env'
|
||||
import { isDesktop } from 'lib/isDesktop'
|
||||
import { fileMachine } from 'machines/fileMachine'
|
||||
import toast from 'react-hot-toast'
|
||||
import { NavigateFunction } from 'react-router-dom'
|
||||
import { ContextFrom, EventFrom } from 'xstate'
|
||||
|
||||
import { FILE_EXT } from './constants'
|
||||
import { ContextFrom, EventFrom } from 'xstate'
|
||||
import { fileMachine } from 'machines/fileMachine'
|
||||
import { NavigateFunction } from 'react-router-dom'
|
||||
import crossPlatformFetch from './crossPlatformFetch'
|
||||
import { getNextFileName } from './desktopFS'
|
||||
import { kclManager } from './singletons'
|
||||
import { isDesktop } from 'lib/isDesktop'
|
||||
import { Themes } from './theme'
|
||||
import { getNextFileName } from './desktopFS'
|
||||
import { reportRejection } from './trap'
|
||||
import { toSync } from './utils'
|
||||
import { kclManager } from './singletons'
|
||||
|
||||
async function submitTextToCadPrompt(
|
||||
prompt: string,
|
||||
|
Reference in New Issue
Block a user