From 96d43608252f1c38f767db74f1e8eb75fb1c3726 Mon Sep 17 00:00:00 2001 From: Ken Jannette Date: Mon, 16 Apr 2018 18:59:14 -0400 Subject: [PATCH] Edited bookshelf and searchpage --- src/App.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.js b/src/App.js index b840a78..f1a7289 100755 --- a/src/App.js +++ b/src/App.js @@ -1,5 +1,5 @@ import React from 'react' -import { Route, BrowserRouter } from 'react-router-dom' +import { Route } from 'react-router-dom' // import * as BooksAPI from './BooksAPI' import Bookshelf from './Bookshelf' import SearchPage from './SearchPage' @@ -24,13 +24,14 @@ class BooksApp extends React.Component { )}/> - ( + ( )}/> - +/* +*/ ) }