Files
Genarrative/src/BarkBattlePlaygroundApp.tsx

6 lines
180 B
TypeScript

import { BarkBattleRuntimeShell } from './games/bark-battle/ui/BarkBattleRuntimeShell';
export default function BarkBattlePlaygroundApp() {
return <BarkBattleRuntimeShell />;
}