diff options
author | Vitaly Takmazov | 2019-04-17 17:47:25 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 23efa297c657f18caaf0d68e407fd0d9c7a00256 (patch) | |
tree | 31289ade7f0409cb68043fae0fa13e71c880cc13 /vnext/src/App.js | |
parent | 423da5baf0aeac7acffc83328a7c3731c2997b98 (diff) |
Fix deps
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'; |