aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components
diff options
context:
space:
mode:
authorMatthew Shao <me@matshao.com>2017-06-06 19:04:40 +0800
committerMatthew Shao <me@matshao.com>2017-06-06 19:04:40 +0800
commit3d51595b27c6e24a377166a2dc793c0f271ed612 (patch)
treee6d52476c8e0e7a949c2067ec4463d81f8f3d0da /web/src/js/components
parentc9a7286b6009d8a1b98babd3292685e1a9163019 (diff)
downloadmitmproxy-3d51595b27c6e24a377166a2dc793c0f271ed612.tar.gz
mitmproxy-3d51595b27c6e24a377166a2dc793c0f271ed612.tar.bz2
mitmproxy-3d51595b27c6e24a377166a2dc793c0f271ed612.zip
[web] Add tests for js/components/ContentView/UploadContentButton.jsx
Diffstat (limited to 'web/src/js/components')
-rw-r--r--web/src/js/components/ContentView/UploadContentButton.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/src/js/components/ContentView/UploadContentButton.jsx b/web/src/js/components/ContentView/UploadContentButton.jsx
index 0021593f..847d4eb0 100644
--- a/web/src/js/components/ContentView/UploadContentButton.jsx
+++ b/web/src/js/components/ContentView/UploadContentButton.jsx
@@ -1,3 +1,4 @@
+import React from 'react'
import PropTypes from 'prop-types'
import FileChooser from '../common/FileChooser'