import BackgroundTasksContext from "@saleor/containers/BackgroundTasks/context";
import { useContext } from "react";
function useBackgroundTask() {
return useContext(BackgroundTasksContext);
}
export default useBackgroundTask;