import { createContext } from 'react'; export const FRContext = createContext(null); export const ConfigContext = createContext(null);