remove useAppMode hook file (#829)

This commit is contained in:
Kurt Hutten
2023-10-11 15:12:29 +11:00
committed by GitHub
parent d0930477ad
commit 6c15a743a2
5 changed files with 29 additions and 30 deletions

View File

@ -11,7 +11,7 @@ import {
import { SetSelections, modelingMachine } from 'machines/modelingMachine'
import { useSetupEngineManager } from 'hooks/useSetupEngineManager'
import { useGlobalStateContext } from 'hooks/useGlobalStateContext'
import { isCursorInSketchCommandRange } from 'hooks/useAppMode'
import { isCursorInSketchCommandRange } from 'lang/util'
import { engineCommandManager } from 'lang/std/engineConnection'
import { v4 as uuidv4 } from 'uuid'
import { addStartSketch } from 'lang/modifyAst'