import React from 'react'; const CheckMyRank = ({ height = "200px", onClick, style = {}, className = "" }) => { return ( Your Rank is Check My Rank Thought of the day Dreams are nothing without plans work hard for your goal. ); }; export default CheckMyRank;