tweak uuid import (#2001)

This commit is contained in:
Kurt Hutten
2024-04-03 19:38:16 +11:00
committed by GitHub
parent b045a89854
commit 1a7a19ee85
12 changed files with 13 additions and 28 deletions

View File

@ -6,7 +6,7 @@ import {
} from 'lib/singletons'
import { CallExpression, SourceRange, parse, recast } from 'lang/wasm'
import { ModelingMachineEvent } from 'machines/modelingMachine'
import { v4 as uuidv4 } from 'uuid'
import { uuidv4 } from 'lib/utils'
import { EditorSelection } from '@codemirror/state'
import { SelectionRange } from '@uiw/react-codemirror'
import { getNormalisedCoordinates, isOverlap } from 'lib/utils'