9 lines
137 B
JavaScript
9 lines
137 B
JavaScript
|
|
import apiUrls, { host } from "./url"
|
||
|
|
export * from "./user"
|
||
|
|
export * from "./common"
|
||
|
|
export * from "./order"
|
||
|
|
|
||
|
|
export {
|
||
|
|
apiUrls,
|
||
|
|
host
|
||
|
|
}
|