Removed unnecccessary import in app.js

This commit is contained in:
Ken Jannette
2018-04-20 18:50:04 -04:00
parent b3768b5026
commit 37b3c47699

View File

@@ -1,7 +1,6 @@
import React from 'react' import React from 'react'
import { Router } from 'react-router-dom' import { Router } from 'react-router-dom'
import { Link, Route } from 'react-router-dom' import { Link, Route } from 'react-router-dom'
// import * as BooksAPI from './BooksAPI'
import Bookshelf from './Bookshelf' import Bookshelf from './Bookshelf'
import createHistory from 'history/createBrowserHistory' import createHistory from 'history/createBrowserHistory'
import { get, getAll, update } from './BooksAPI' import { get, getAll, update } from './BooksAPI'