import { createContext } from 'react'; export const GridContext = createContext({}); export const GridItemContext = createContext({});