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