Skip to content

Commit b864fa8

Browse files
committed
EntityUUID
1 parent 3aa40b7 commit b864fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BasicSystem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useEffect } from 'react'
22

3-
import { EntityUUID } from '@etherealengine/common/src/interfaces/EntityUUID'
3+
import { EntityUUID } from '@etherealengine/ecs'
44
import { isClient } from '@etherealengine/common/src/utils/getEnvironment'
55
import { SimulationSystemGroup, defineSystem, getComponent, setComponent } from '@etherealengine/ecs'
66
import { ECSState } from '@etherealengine/ecs/src/ECSState'

0 commit comments

Comments
 (0)