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