import React from 'react'; const propTypes = {}; function Latest() { return (

Latest

); } Latest.displayName = 'Latest'; Latest.propTypes = propTypes; export default Latest;