import { createContext } from 'react'; export const BoardCardContext = createContext(null);