BioNexus / client /src /App.jsx
gaialive's picture
Upload 28 files
ad08f08 verified
raw
history blame contribute delete
224 Bytes
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