Removed unnecccessary import in app.js
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user