This commit is contained in:
Kurt Hutten
2024-02-14 06:19:52 +11:00
committed by GitHub
parent f30601bd2c
commit 00ede7ec1a
5 changed files with 2 additions and 13 deletions

View File

@ -1,6 +1,5 @@
import { PathToNode, VariableDeclarator } from 'lang/wasm'
import { engineCommandManager } from 'lang/std/engineConnection'
import { isReducedMotion } from 'lib/utils'
import {
Axis,
Selection,
@ -8,7 +7,6 @@ import {
Selections,
} from 'lib/selections'
import { assign, createMachine } from 'xstate'
import { v4 as uuidv4 } from 'uuid'
import { isCursorInSketchCommandRange } from 'lang/util'
import { getNodePathFromSourceRange } from 'lang/queryAst'
import { kclManager } from 'lang/KclSingleton'