mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
12 lines
187 B
JavaScript
12 lines
187 B
JavaScript
import auth from './auth';
|
|
import user from './user';
|
|
import asset from './asset';
|
|
import notification from './notification';
|
|
|
|
export default {
|
|
auth,
|
|
user,
|
|
asset,
|
|
notification
|
|
};
|