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