Fix TS type error from missing import

This commit is contained in:
Jonathan Tran
2025-01-07 20:26:13 -05:00
parent a3cbb8bf90
commit 71b0787dcb

View File

@ -80,6 +80,7 @@ import {
doesSketchPipeNeedSplitting,
getNodeFromPath,
isCursorInFunctionDefinition,
traverse,
} from 'lang/queryAst'
import { exportFromEngine } from 'lib/exportFromEngine'
import { Models } from '@kittycad/lib/dist/types/src'