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