index.ts 106 Bytes
Newer Older
1
2
3
import axios from "axios";

export * as authApi from "./auth.api";
4
export * as postApi from "./post.api";