summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-24 15:13:18 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-24 15:13:18 -0700
commit8a9fc46f8b62a61d07e943f708749f046a596571 (patch)
tree843389c90e8ed6466329a09f770dd2a4d4217bfc
parent04c12ba58e21297ebe08d0c1e489d5da81cba19e (diff)
downloadchat-8a9fc46f8b62a61d07e943f708749f046a596571.tar.gz
chat-8a9fc46f8b62a61d07e943f708749f046a596571.tar.bz2
chat-8a9fc46f8b62a61d07e943f708749f046a596571.zip
Fixing eslint
-rw-r--r--web/react/components/error_bar.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/error_bar.jsx b/web/react/components/error_bar.jsx
index 8d2978afb..b8775ecaa 100644
--- a/web/react/components/error_bar.jsx
+++ b/web/react/components/error_bar.jsx
@@ -2,7 +2,6 @@
// See License.txt for license information.
var ErrorStore = require('../stores/error_store.jsx');
-var utils = require('../utils/utils.jsx');
export default class ErrorBar extends React.Component {
constructor() {