diff --git a/src/containers/BackgroundTasks/context.ts b/src/containers/BackgroundTasks/context.ts index 985da8963..13f49e3ba 100644 --- a/src/containers/BackgroundTasks/context.ts +++ b/src/containers/BackgroundTasks/context.ts @@ -1,4 +1,4 @@ -import { createContext } from "React"; +import { createContext } from "react"; import { BackgroundTasksContextType } from "./types";