I am new in react and I encountered with this problem:
render: function(){ return ( Account
You can use the following syntax for fragments in React 16.2+:
render() { return ( <> > ); }