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

@ -42,7 +42,7 @@ import { ModelingCommandSchema } from 'lib/commandBarConfigs/modelingCommandConf
import { DefaultPlaneStr } from 'clientSideScene/sceneEntities'
import { Vector3 } from 'three'
import { quaternionFromUpNForward } from 'clientSideScene/helpers'
import { v4 as uuidv4 } from 'uuid'
import { uuidv4 } from 'lib/utils'
export const MODELING_PERSIST_KEY = 'MODELING_PERSIST_KEY'