export * as authApi from "./auth.api";
export * as questionApi from "./question.api"
export * as surveyApi from "./survey.api"