import { useGetAPI11940, } from './api'; export const useApis = () => { const { fetchAPI11940Data } = useGetAPI11940(); return { id11940: fetchAPI11940Data, }}