feat: add bark battle browser prototype
This commit is contained in:
5
src/BarkBattlePlaygroundApp.tsx
Normal file
5
src/BarkBattlePlaygroundApp.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { BarkBattleRuntimeShell } from './games/bark-battle/ui/BarkBattleRuntimeShell';
|
||||
|
||||
export default function BarkBattlePlaygroundApp() {
|
||||
return <BarkBattleRuntimeShell />;
|
||||
}
|
||||
Reference in New Issue
Block a user