Open shalinikarkera opened 6 years ago
I tried this app to deploy in jboss server, it deployed but when I load the page it loads only the header and footer , doesn't load Router part. My modified App.jsx is here
`render() { const { alert } = this.props; return (
<footer className="navbar-fixed-bottom" style={{ backgroundColor: "#BFBFBF" }}> <div className="container"> <div className="row"> </div> </div> </footer> </div> ); }`
I tried this app to deploy in jboss server, it deployed but when I load the page it loads only the header and footer , doesn't load Router part. My modified App.jsx is here
`render() { const { alert } = this.props; return (