We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa40b7 commit b864fa8Copy full SHA for b864fa8
src/BasicSystem.tsx
@@ -1,6 +1,6 @@
1
import React, { useEffect } from 'react'
2
3
-import { EntityUUID } from '@etherealengine/common/src/interfaces/EntityUUID'
+import { EntityUUID } from '@etherealengine/ecs'
4
import { isClient } from '@etherealengine/common/src/utils/getEnvironment'
5
import { SimulationSystemGroup, defineSystem, getComponent, setComponent } from '@etherealengine/ecs'
6
import { ECSState } from '@etherealengine/ecs/src/ECSState'
0 commit comments