diff options
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r-- | vnext/src/App.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js index 1493f27a..17f87e45 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -1,6 +1,4 @@ import React, { useState, useEffect } from 'react'; -import PropTypes from 'prop-types'; -import ReactRouterPropTypes from 'react-router-prop-types'; import { BrowserRouter as Router, Route, Link, Switch } from 'react-router-dom'; import qs from 'qs'; |