import system from './system.js'; import admin from './admin.js'; const Api = { system: {...system}, admin: {...admin}, } export default Api;