File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
17
17
} from '@etherealengine/hyperflux'
18
18
import { NetworkState , NetworkTopics , WorldNetworkAction } from '@etherealengine/network'
19
19
import { NameComponent } from '@etherealengine/spatial/src/common/NameComponent'
20
- import { UUIDComponent } from '@etherealengine/spatial/src/common/UUIDComponent '
20
+ import { UUIDComponent } from '@etherealengine/network '
21
21
import { ColliderComponent } from '@etherealengine/spatial/src/physics/components/ColliderComponent'
22
22
import { RigidBodyComponent } from '@etherealengine/spatial/src/physics/components/RigidBodyComponent'
23
23
import { VisibleComponent } from '@etherealengine/spatial/src/renderer/components/VisibleComponent'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const config: ProjectConfigInterface = {
31
31
routes : { } ,
32
32
services : undefined ,
33
33
databaseSeed : undefined ,
34
- worldInjection : ( ) => import ( './src/worldInjection' )
34
+ // worldInjection: () => import('./src/worldInjection')
35
35
}
36
36
37
37
export default config
You can’t perform that action at this time.
0 commit comments