const Segment = ({ children }):JSX.Element => { return
{children}
} export default Segment