1
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { GameShellRuntime } from './components/game-shell/GameShellRuntime.tsx';
|
||||
import { useGameShellRuntime } from './hooks/useGameShellRuntime';
|
||||
import { RpgRuntimeShell } from './components/rpg-runtime-shell';
|
||||
import { useRpgRuntimeSession } from './hooks/rpg-session';
|
||||
|
||||
export default function App() {
|
||||
const gameShellProps = useGameShellRuntime();
|
||||
const gameShellProps = useRpgRuntimeSession();
|
||||
|
||||
return <GameShellRuntime {...gameShellProps} />;
|
||||
return <RpgRuntimeShell {...gameShellProps} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user