Cleaned the code a bit

This commit is contained in:
2018-05-11 20:38:55 +10:00
parent 84e0b496fd
commit 403ec39df3
14 changed files with 48 additions and 249 deletions

View File

@@ -26,7 +26,6 @@ import Navbar from './nav/navbar/Navbar';
import { HashRouter, Route, Switch } from 'react-router-dom';
//Pages
import KitchenSinkPage from './page/test/KitchenSinkPage';
import Homepage from './page/home/Homepage';
class App extends React.Component {