export const ScrollableBody: React.FC = (props) => { const { children } = props return ( <> {children} ) }