aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r--vnext/src/App.js5
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
-};
-