1 2 3 4 5 6 7import { getAuditRecommendations as getAuditRecommendationsAuth } from "../auth" export const getAuditRecommendations = async () => { const response = await getAuditRecommendationsAuth(); return response; }
1 2 3 4 5 6 7
import { getAuditRecommendations as getAuditRecommendationsAuth } from "../auth" export const getAuditRecommendations = async () => { const response = await getAuditRecommendationsAuth(); return response; }