index.js

import * as api from './api.js';
import routes from './routes.js';
export default {
    api,
    routes
};