import home from './home';
import login from './login';
import id from './id';
import order from './order';
import cart from './cart';
import demo from './demo';
import contract from './contract';
import ready from './ready';
import exportDetail from './export';

export default [home, login, id, order, cart, demo, contract, ready, exportDetail];