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

@ -21,7 +21,7 @@ import {
Subscription,
EngineCommandManager,
} from 'lang/std/engineConnection'
import { v4 as uuidv4 } from 'uuid'
import { uuidv4 } from 'lib/utils'
import { deg2Rad } from 'lib/utils2d'
import { isReducedMotion, roundOff, throttle } from 'lib/utils'
import * as TWEEN from '@tweenjs/tween.js'