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