import { clsm } from '../../utils'; import withVerticalScroller from '../../components/withVerticalScroller'; const Feed = () => { return (

Feed

); }; export default withVerticalScroller(Feed);