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

Commit

Permalink
Exported EditorRouter for MT
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzlamateen committed Jun 25, 2024
1 parent 1b3ce90 commit 94f2b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/pages/editor2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { EditorPage, useStudioEditor } from '@etherealengine/editor/src/pages/Ed
import { getMutableState, useHookstate } from '@etherealengine/hyperflux'
import { Route, Routes, useLocation } from 'react-router-dom'

const EditorRouter = () => {
export const EditorRouter = () => {
const ready = useStudioEditor()

if (!ready) return <LoadingView fullScreen className="h-8 w-8" title={t('common:loader.loadingStudio')} />
Expand Down

0 comments on commit 94f2b1c

Please sign in to comment.