index.ts 450 B

12345678
  1. export * from './hooks'
  2. export * from './api'
  3. export { default as Login } from './pages/login/Login'
  4. export { default as LoginConfig } from './pages/login/Login.config'
  5. export { default as WechatLogin } from './pages/login/WechatLogin'
  6. export { default as WechatLoginConfig } from './pages/login/WechatLogin.config'
  7. export { default as Profile } from './pages/profile/Profile'
  8. export { default as ProfileConfig } from './pages/profile/Profile.config'