diff --git a/src/components/Navbar.js b/src/components/Navbar.js index 5cf0a36..3037e53 100644 --- a/src/components/Navbar.js +++ b/src/components/Navbar.js @@ -1,6 +1,6 @@ import React from 'react' import PropTypes from 'prop-types' -import { Link } from 'react-router-dom'; +// import { Link } from 'react-router-dom'; export default function Navbar(props) { return ( @@ -37,4 +37,4 @@ Navbar.propTypes = { Navbar.defaultProps = { title: 'Set title here', aboutText: 'About' - }; \ No newline at end of file + };