Files
Genarrative/src/components/rpg-runtime-panels/index.ts
kdletters cbc27bad4a
Some checks failed
CI / verify (push) Has been cancelled
init with react+axum+spacetimedb
2026-04-26 18:06:23 +08:00

9 lines
194 B
TypeScript

export {
RpgAdventurePanel,
type RpgAdventurePanelProps,
} from './RpgAdventurePanel';
export {
RpgRuntimePanelRouter,
type RpgRuntimePanelRouterProps,
} from './RpgRuntimePanelRouter';