|
1 | | -import notFound from './404'; |
2 | | -import application from './application'; |
3 | | -import applicationOverview from './application-overview'; |
4 | | -import dataset from './dataset'; |
5 | | -import system from './system'; |
6 | | -import functionLib from './function-lib'; |
7 | | -import user from './user'; |
8 | | -import team from './team'; |
9 | | -import template from './template'; |
10 | | -import document from './document'; |
11 | | -import paragraph from './paragraph'; |
12 | | -import problem from './problem'; |
13 | | -import log from './log'; |
14 | | -import applicationWorkflow from './application-workflow'; |
15 | | -import login from './login'; |
| 1 | +import notFound from './404' |
| 2 | +import application from './application' |
| 3 | +import applicationOverview from './application-overview' |
| 4 | +import dataset from './dataset' |
| 5 | +import system from './system' |
| 6 | +import functionLib from './function-lib' |
| 7 | +import user from './user' |
| 8 | +import team from './team' |
| 9 | +import template from './template' |
| 10 | +import document from './document' |
| 11 | +import paragraph from './paragraph' |
| 12 | +import problem from './problem' |
| 13 | +import log from './log' |
| 14 | +import applicationWorkflow from './application-workflow' |
| 15 | +import login from './login' |
| 16 | +import operateLog from './operate-log' |
16 | 17 | export default { |
17 | | - notFound, |
18 | | - application, |
19 | | - applicationOverview, |
20 | | - dataset, |
21 | | - system, |
22 | | - functionLib, |
23 | | - user, |
24 | | - team, |
25 | | - template, |
26 | | - document, |
27 | | - paragraph, |
28 | | - problem, |
29 | | - log, |
30 | | - applicationWorkflow, |
31 | | - login |
32 | | -}; |
| 18 | + notFound, |
| 19 | + application, |
| 20 | + applicationOverview, |
| 21 | + dataset, |
| 22 | + system, |
| 23 | + functionLib, |
| 24 | + user, |
| 25 | + team, |
| 26 | + template, |
| 27 | + document, |
| 28 | + paragraph, |
| 29 | + problem, |
| 30 | + log, |
| 31 | + applicationWorkflow, |
| 32 | + login, |
| 33 | + operateLog |
| 34 | +} |
0 commit comments