File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ import { PhysicsSystem } from '@etherealengine/engine/src/physics/PhysicsModule'
18
18
19
19
import { isClient } from '@etherealengine/common/src/utils/getEnvironment'
20
20
import { defineSystem , getComponent , setComponent } from '@etherealengine/ecs'
21
- import { NameComponent } from '@etherealengine/engine/src/scene/components/NameComponent'
22
21
import { PrimitiveGeometryComponent } from '@etherealengine/engine/src/scene/components/PrimitiveGeometryComponent'
23
- import { UUIDComponent } from '@etherealengine/engine/src/scene/components/UUIDComponent'
24
- import { VisibleComponent } from '@etherealengine/engine/src/scene/components/VisibleComponent'
25
22
import { TransformComponent } from '@etherealengine/engine/src/transform/components/TransformComponent'
23
+ import { NameComponent } from '@etherealengine/engine/src/common/NameComponent'
24
+ import { UUIDComponent } from '@etherealengine/engine/src/common/UUIDComponent'
25
+ import { VisibleComponent } from '@etherealengine/engine/src/renderer/components/VisibleComponent'
26
26
27
27
//
28
28
// Description of the format of a spawn action to create a artifact
You can’t perform that action at this time.
0 commit comments