Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
follesoe committed Apr 12, 2020
1 parent ed8c55f commit 4155b12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import ReactDOM from 'react-dom';
import {
HashRouter as Router,
Switch,
Route,
Link
Route
} from "react-router-dom";
import './index.css';
import ItemsApp from './App';
Expand Down

0 comments on commit 4155b12

Please sign in to comment.