index.js 312 B

12345678910
  1. import home from './home';
  2. import practise from './practise';
  3. import report from './report';
  4. import start from './start';
  5. import result from './result';
  6. import hard from './hard';
  7. import read from './read';
  8. import login from './login';
  9. export default [home, practise, report, start, result, hard, read, login];