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