diff --git a/src/components/App.js b/src/components/App.js index 4be5ae3..d30ba16 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -3,6 +3,7 @@ import { BrowserRouter, Route, Switch } from 'react-router-dom'; import Navigation from './Navigation'; import Home from './Home'; import Github from './Github'; +import About from './About'; const App = (props) => { return ( @@ -12,6 +13,7 @@ const App = (props) => { +