File size: 224 Bytes
ad08f08
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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