import { installable } from '../utils'; import _Col from './Col'; const Col = installable(_Col); export default Col; export { Col };