aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/EventLog.jsx
diff options
context:
space:
mode:
authorJason <jason.daurus@gmail.com>2016-06-17 07:07:38 +0800
committerJason <jason.daurus@gmail.com>2016-06-17 07:07:38 +0800
commit7a78970d10ab2dfc9b86dd30a76fb1513f43dd35 (patch)
tree6d331d83866f6809cfad3b62a96b261c087394d4 /web/src/js/components/EventLog.jsx
parent4ce7a9ba7728e7988f4455723ba5fed4fcd8d149 (diff)
downloadmitmproxy-7a78970d10ab2dfc9b86dd30a76fb1513f43dd35.tar.gz
mitmproxy-7a78970d10ab2dfc9b86dd30a76fb1513f43dd35.tar.bz2
mitmproxy-7a78970d10ab2dfc9b86dd30a76fb1513f43dd35.zip
[web] common
Diffstat (limited to 'web/src/js/components/EventLog.jsx')
-rw-r--r--web/src/js/components/EventLog.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/components/EventLog.jsx b/web/src/js/components/EventLog.jsx
index d9211e11..169162ee 100644
--- a/web/src/js/components/EventLog.jsx
+++ b/web/src/js/components/EventLog.jsx
@@ -1,7 +1,7 @@
import React, { Component, PropTypes } from 'react'
import { connect } from 'react-redux'
import { toggleEventLogFilter, toggleEventLogVisibility } from '../ducks/eventLog'
-import { ToggleButton } from './common'
+import ToggleButton from './common/ToggleButton'
import EventList from './EventLog/EventList'
class EventLog extends Component {