sql1
This commit is contained in:
15
client/src/App.js
Normal file
15
client/src/App.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import React from 'react'
|
||||
import {BrowserRouter } from 'react-router-dom'
|
||||
import appRouter from './components/appRouter'
|
||||
|
||||
const App = () => {
|
||||
return (
|
||||
<BrowserRouter>
|
||||
<appRouter/>
|
||||
<p>host started</p>
|
||||
</BrowserRouter>
|
||||
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
Reference in New Issue
Block a user