diff options
Diffstat (limited to 'web/src/js/mitmproxy.js')
-rw-r--r-- | web/src/js/mitmproxy.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/web/src/js/mitmproxy.js b/web/src/js/mitmproxy.js deleted file mode 100644 index a8e55065..00000000 --- a/web/src/js/mitmproxy.js +++ /dev/null @@ -1,10 +0,0 @@ - -mitmproxy = function () { - function init() { - React.renderComponent(Router(), $("#mitmproxy")[0]); - } - var exports = { - init: init, - }; - return exports; -}(); |