import { createContext } from 'react' import { MatomoInstance } from './types' const MatomoContext = createContext(null) export default MatomoContext