Skip to content

Commit 3aa40b7

Browse files
committed
imports
1 parent 8a3082f commit 3aa40b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BasicSystem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
} from '@etherealengine/hyperflux'
1818
import { NetworkState, NetworkTopics, WorldNetworkAction } from '@etherealengine/network'
1919
import { NameComponent } from '@etherealengine/spatial/src/common/NameComponent'
20-
import { UUIDComponent } from '@etherealengine/spatial/src/common/UUIDComponent'
20+
import { UUIDComponent } from '@etherealengine/network'
2121
import { ColliderComponent } from '@etherealengine/spatial/src/physics/components/ColliderComponent'
2222
import { RigidBodyComponent } from '@etherealengine/spatial/src/physics/components/RigidBodyComponent'
2323
import { VisibleComponent } from '@etherealengine/spatial/src/renderer/components/VisibleComponent'

xrengine.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const config: ProjectConfigInterface = {
3131
routes: {},
3232
services: undefined,
3333
databaseSeed: undefined,
34-
worldInjection: () => import('./src/worldInjection')
34+
// worldInjection: () => import('./src/worldInjection')
3535
}
3636

3737
export default config

0 commit comments

Comments
 (0)