import { createContext } from "react"; import { Api } from "../lib/Api"; export const ApiContext = createContext(new Api());