3 lines
71 B
TypeScript
3 lines
71 B
TypeScript
export * from './http'
|
|
export { default as AuthService } from './auth'
|
export * from './http'
|
|
export { default as AuthService } from './auth'
|