index.js 106 B

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