6 lines
180 B
TypeScript
6 lines
180 B
TypeScript
import { BarkBattleRuntimeShell } from './games/bark-battle/ui/BarkBattleRuntimeShell';
|
|
|
|
export default function BarkBattlePlaygroundApp() {
|
|
return <BarkBattleRuntimeShell />;
|
|
}
|