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