updated styles
This commit is contained in:
@@ -5,6 +5,7 @@ import Home from './pages/Home'
|
||||
import NotFound from './pages/NotFound'
|
||||
import Search from './pages/Search'
|
||||
import Navbar from './components/Navbar'
|
||||
import Footer from './components/Footer'
|
||||
|
||||
const AppRouter = () => (
|
||||
<BrowserRouter>
|
||||
@@ -15,6 +16,7 @@ const AppRouter = () => (
|
||||
<Route path='/search' component={Search} />
|
||||
<Route component={NotFound} />
|
||||
</Switch>
|
||||
<Footer />
|
||||
</BrowserRouter>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user