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