import React from 'react'; import { Config, DEFAULT_CONFIG } from './model.js'; export const ConfigContext = React.createContext(DEFAULT_CONFIG);