import { createContext } from 'react'; export const COUNTER_CONTEXT = createContext({ count: 1 });