import AuthAPI from "./modules/auth";
import UserAPI from "./modules/user";
export { AuthAPI, UserAPI };