mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
9 lines
112 B
JavaScript
9 lines
112 B
JavaScript
import auth from './auth';
|
|
import config from './config';
|
|
|
|
export default {
|
|
auth,
|
|
login: auth,
|
|
config,
|
|
};
|