import React from 'react' const ScrollContainer = (props) => { return
{props.children}
} export default ScrollContainer