diff --git a/src/App.js b/src/App.js index 380a57f..5218828 100644 --- a/src/App.js +++ b/src/App.js @@ -13,7 +13,7 @@ import { Container, Row, Column } from './skeleton'; import { Post, Posts } from './Article'; import { Footer } from './Footer'; import { Header } from './Header'; -import { NavList, TagNav, HistoryNav } from './Nav'; +import { NavList, TagNav } from './Nav'; import { NotFound } from './NotFound'; @@ -51,9 +51,6 @@ class App extends Component { - { /* Display HistoryNav if this is a series of articles */ } - -