import { useContext } from 'react'; import { LoadingContext } from '../contexts/Loading'; export const useLoading = () => useContext(LoadingContext);