Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Jun 21, 2024
1 parent b6568ab commit 9d055c4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/sceneRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ import React, { useEffect, useRef, useState } from 'react'

import { useLoadEngineWithScene, useNetwork } from '@etherealengine/client-core/src/components/World/EngineHooks'
import { useLoadScene } from '@etherealengine/client-core/src/components/World/LoadLocationScene'
import { useEngineCanvas } from '@etherealengine/client-core/src/hooks/useEngineCanvas'
import '@etherealengine/client-core/src/world/LocationModule'
import { Engine, Entity, getComponent, setComponent } from '@etherealengine/ecs'
import { Entity, getComponent, setComponent } from '@etherealengine/ecs'
import { GLTFAssetState } from '@etherealengine/engine/src/gltf/GLTFState'
import { useHookstate, useImmediateEffect, useMutableState } from '@etherealengine/hyperflux'
import { EngineState } from '@etherealengine/spatial/src/EngineState'
import { CameraComponent } from '@etherealengine/spatial/src/camera/components/CameraComponent'
import { CameraOrbitComponent } from '@etherealengine/spatial/src/camera/components/CameraOrbitComponent'
import { InputComponent } from '@etherealengine/spatial/src/input/components/InputComponent'
import { RendererComponent } from '@etherealengine/spatial/src/renderer/WebGLRendererSystem'
import { useEngineCanvas } from '@etherealengine/client-core/src/hooks/useEngineCanvas'
import { EngineState } from '@etherealengine/spatial/src/EngineState'

type Metadata = {
name: string
Expand Down Expand Up @@ -131,7 +130,7 @@ const Routes = (props: { routes: RouteData[]; header: string }) => {
return (
<>
<style type="text/css">{styles.toString()}</style>
<div className="ScreenContainer" >
<div className="ScreenContainer">
<div className="NavBarContainer">
<Header header={header} />
<div className="NavBarSelectionContainer">
Expand Down

0 comments on commit 9d055c4

Please sign in to comment.