Spaces:
Running
Running
| importReact from 'react' | |
| function App() { | |
| return ( | |
| <div className="App"> | |
| <h1>GXS BioNexus Hub</h1> | |
| <p>If you see this message, React Router is not working properly.</p> | |
| </div> | |
| ) | |
| } | |
| export default App |