import { Box } from '@rocket.chat/fuselage'; import React from 'react'; const Col = ({ children }) => ( {children} ); export default Col;