diff options
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r-- | vnext/src/App.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js index 4931af0a..687f5225 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -159,8 +159,3 @@ export default function App(props) { </Router> ); } - -App.propTypes = { - match: ReactRouterPropTypes.match.isRequired -}; - |