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

@ -82,7 +82,7 @@ import {
import { getTangentPointFromPreviousArc } from 'lib/utils2d'
import { createGridHelper, orthoScale, perspScale } from './helpers'
import { Models } from '@kittycad/lib'
import { v4 as uuidv4 } from 'uuid'
import { uuidv4 } from 'lib/utils'
import { SketchDetails } from 'machines/modelingMachine'
import { EngineCommandManager } from 'lang/std/engineConnection'