4 lines
116 B
TypeScript

import { appDefine } from './app';
import { userAppDefine } from './user-app';
export { appDefine, userAppDefine };