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

@ -4,7 +4,7 @@ import { isReducedMotion } from 'lang/util'
import { Axis, Selection, SelectionRangeTypeMap, Selections } from 'useStore'
import { assign, createMachine } from 'xstate'
import { v4 as uuidv4 } from 'uuid'
import { isCursorInSketchCommandRange } from 'hooks/useAppMode'
import { isCursorInSketchCommandRange } from 'lang/util'
import {
doesPipeHaveCallExp,
getNodePathFromSourceRange,