6 lines
275 B
TypeScript
6 lines
275 B
TypeScript
export {
|
|
PlatformEntryFlowShellImpl as RpgCreationShellImpl,
|
|
PlatformEntryFlowShellImpl as RpgEntryFlowShellImpl,
|
|
} from '../platform-entry/PlatformEntryFlowShellImpl';
|
|
export { PlatformEntryFlowShellImpl as default } from '../platform-entry/PlatformEntryFlowShellImpl';
|