import { Evolu } from "@evolu/common/local-first"; import { createContext } from "react"; export const EvoluContext = createContext | null>(null);