Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Jan 30, 2024
1 parent d7f7909 commit 5a7ca53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/functions/BotHookSystem.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect } from 'react'
import { isDev } from '@etherealengine/common/src/config'
import { EngineState } from '@etherealengine/engine/src/EngineState'
import { EngineState } from '@etherealengine/spatial/src/EngineState'
import { XRState } from '@etherealengine/spatial/src/xr/XRState'
import { getState } from '@etherealengine/hyperflux'

Expand Down
2 changes: 1 addition & 1 deletion src/functions/botHookFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { MathUtils, Quaternion, Vector3 } from 'three'

import { iterativeMapToObject } from '@etherealengine/common/src/utils/mapToObject'
import { Engine } from '@etherealengine/ecs/src/Engine'
import { EngineState } from '@etherealengine/engine/src/EngineState'
import { EngineState } from '@etherealengine/spatial/src/EngineState'
import { getComponent } from '@etherealengine/ecs/src/ComponentFunctions'
import { TransformComponent } from '@etherealengine/spatial/src/transform/components/TransformComponent'
import { getState } from '@etherealengine/hyperflux'
Expand Down
2 changes: 1 addition & 1 deletion src/functions/xrBotHookFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { Quaternion, Vector3 } from 'three'

import { EngineState } from '@etherealengine/engine/src/EngineState'
import { EngineState } from '@etherealengine/spatial/src/EngineState'
import { XRAction, XRState } from '@etherealengine/spatial/src/xr/XRState'
import { dispatchAction, getMutableState } from '@etherealengine/hyperflux'
import { requestXRSession } from '@etherealengine/spatial/src/xr/XRSessionFunctions'
Expand Down

0 comments on commit 5a7ca53

Please sign in to comment.