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