12345678910 |
- import home from './home';
- import practise from './practise';
- import report from './report';
- import start from './start';
- import result from './result';
- import hard from './hard';
- import read from './read';
- import login from './login';
- export default [home, practise, report, start, result, hard, read, login];
|