import { createContext } from 'react'; export const ReactiveContext = createContext({} as any);