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