import API from'./API';import User from'./User';import Admin from'./Admin';export default{API,User,Admin};