import { createContext } from 'react'; import Plausible from 'plausible-tracker'; export const PlausibleContext = createContext | null>(null);