sort imports (#6094)

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-04-01 14:20:42 -07:00
committed by GitHub
parent ee20a09e7e
commit 2fc8cb5376
342 changed files with 3008 additions and 2699 deletions

View File

@ -1,17 +1,18 @@
import { EditorSelection, SelectionRange, Transaction } from '@codemirror/state'
import { Models } from '@kittycad/lib'
import { ToastPromptToEditCadSuccess } from 'components/ToastTextToCad'
import { diffLines } from 'diff'
import { modelingMachineEvent } from 'editor/manager'
import { VITE_KC_API_BASE_URL } from 'env'
import crossPlatformFetch from './crossPlatformFetch'
import { err, reportRejection } from './trap'
import { Selections } from './selections'
import { getArtifactOfTypes } from 'lang/std/artifactGraph'
import { ArtifactGraph, SourceRange, topLevelRange } from 'lang/wasm'
import toast from 'react-hot-toast'
import crossPlatformFetch from './crossPlatformFetch'
import { Selections } from './selections'
import { codeManager, editorManager, kclManager } from './singletons'
import { ToastPromptToEditCadSuccess } from 'components/ToastTextToCad'
import { err, reportRejection } from './trap'
import { uuidv4 } from './utils'
import { diffLines } from 'diff'
import { Transaction, EditorSelection, SelectionRange } from '@codemirror/state'
import { modelingMachineEvent } from 'editor/manager'
function sourceIndexToLineColumn(
code: string,