added drawer + restructure #4
This commit is contained in:
@@ -2,9 +2,8 @@ import React, { Component } from "react";
|
||||
import {
|
||||
BrowserRouter
|
||||
} from "react-router-dom";
|
||||
import Navbar from "./components/navbar";
|
||||
import Footer from "./components/footer";
|
||||
import Content from "./components/content";
|
||||
import Navbar from "./components/navigation";
|
||||
|
||||
import "./App.css";
|
||||
|
||||
|
||||
@@ -15,8 +14,6 @@ class App extends Component {
|
||||
return (
|
||||
<BrowserRouter basename="/">
|
||||
<Navbar></Navbar>
|
||||
<Content></Content>
|
||||
<Footer></Footer>
|
||||
</BrowserRouter>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user