Files
Genarrative/src/components/platform-entry/usePlatformEntryNavigation.ts
T
kdletters cbc27bad4a
CI / verify (push) Has been cancelled
init with react+axum+spacetimedb
2026-04-26 18:06:23 +08:00

6 lines
248 B
TypeScript

/**
* 平台入口导航通用封装。
* 多玩法统一从 `platform-entry` 暴露,RPG 目录只保留兼容与 RPG 专属能力。
*/
export { useRpgEntryNavigation as usePlatformEntryNavigation } from '../rpg-entry/useRpgEntryNavigation';