Get rid of lint warnings

This commit is contained in:
2019-10-22 07:31:59 +00:00
parent 9e55f6e4ec
commit 4cf97304e4
6 changed files with 9 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { BrowserRouter as Router, Route, Link, withRouter } from 'react-router-dom';
import { withRouter } from 'react-router-dom';
class ScrollToTop extends React.Component {
componentDidUpdate(prevProps) {