📦 EqualifyEverything / equalify

📄 exportAuditTable.ts · 6 lines
1
2
3
4
5
6import { exportAuditTable as exportAuditTableAuth } from "../auth";

export const exportAuditTable = async () => {
  return await exportAuditTableAuth();
};