aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/ContentView
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-06-26 02:17:07 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-06-26 02:17:07 -0700
commited9a72553df91085021cc2a9187287ac73cc458c (patch)
tree28ef04d55b541a194d143ef660356e083b7c6c9e /web/src/js/components/ContentView
parent370e6caedc8456de20eaa17aaace0873bc7d204f (diff)
downloadmitmproxy-ed9a72553df91085021cc2a9187287ac73cc458c.tar.gz
mitmproxy-ed9a72553df91085021cc2a9187287ac73cc458c.tar.bz2
mitmproxy-ed9a72553df91085021cc2a9187287ac73cc458c.zip
fix mitmproxy/mitmweb#25
Diffstat (limited to 'web/src/js/components/ContentView')
-rw-r--r--web/src/js/components/ContentView/MetaViews.jsx (renamed from web/src/js/components/ContentView/ContentErrors.jsx)1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/src/js/components/ContentView/ContentErrors.jsx b/web/src/js/components/ContentView/MetaViews.jsx
index 11594c7f..83720a13 100644
--- a/web/src/js/components/ContentView/ContentErrors.jsx
+++ b/web/src/js/components/ContentView/MetaViews.jsx
@@ -1,5 +1,4 @@
import React from 'react'
-import { ViewImage } from './ContentViews'
import {formatSize} from '../../utils.js'
export function ContentEmpty({ flow, message }) {