// The old custom Col hand-rolled Bootstrap-4/5 grid classes on top of // react-bootstrap 0.31 internals (`bootstrapUtils`, `StyleConfig`), which no // longer exist in react-bootstrap v2. v2's own Col produces the exact same // `col`/`col-{size}-{n}` output for the xs/sm/md/lg/xl props we use, so we // simply re-export it and keep every importer unchanged. export { Col as default } from 'react-bootstrap';