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