index.ts 94 B

123456
  1. import * as LoginController from './LoginController';
  2. export default {
  3. LoginController,
  4. };