import CommonAPI from './common-api';
import UserAPI from './user-api';
import RoleAPI from './role-api';
export { CommonAPI, UserAPI, RoleAPI };
