diff --git a/packages/client/src/pages/editor2/index.tsx b/packages/client/src/pages/editor2/index.tsx index 9524cecda8..f1d3cb8a7e 100644 --- a/packages/client/src/pages/editor2/index.tsx +++ b/packages/client/src/pages/editor2/index.tsx @@ -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