You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
344 B
17 lines
344 B
import api from 'mock/api';
|
|
import chart from 'mock/chart';
|
|
import geographic from 'mock/geographic';
|
|
import notices from 'mock/notices';
|
|
import profile from 'mock/profile';
|
|
import rule from 'mock/rule';
|
|
import user from 'mock/user';
|
|
|
|
export default {
|
|
...api,
|
|
...chart,
|
|
...geographic,
|
|
...notices,
|
|
...profile,
|
|
...rule,
|
|
...user,
|
|
};
|
|
|