Files
Genarrative/src/components/platform-entry/PlatformEntryWorldDetailView.tsx
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
340 B
TypeScript

/**
* 平台作品详情视图的通用出口。
* 这里保留平台语义封装,减少 Big Fish 继续挂在 RPG 命名路径上的误导。
*/
export {
RpgEntryWorldDetailView as PlatformEntryWorldDetailView,
type RpgEntryWorldDetailViewProps as PlatformEntryWorldDetailViewProps,
} from '../rpg-entry/RpgEntryWorldDetailView';