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