changed anchor tag to <Link> on main page

This commit is contained in:
Ken Jannette
2018-04-16 19:38:50 -04:00
parent 5103aa0fa8
commit afa5072d95
3 changed files with 12 additions and 18 deletions

View File

@@ -3,8 +3,6 @@ import React, { Component } from 'react';
class Bookshelf extends Component {
render() {
return (
<div> Bookshelf </div>
/*
<div className="list-books">
<div className="list-books-title">
<h1>MyReads</h1>
@@ -161,7 +159,6 @@ class Bookshelf extends Component {
</div>
</div>
</div>
*/
)
}
}