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

export * as authApi from "./auth.api";
Jiwon Yoon's avatar
Jiwon Yoon committed
4
export * as questionApi from "./question.api"