summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-02-25 18:44:07 -0500
committerJoramWilander <jwawilander@gmail.com>2016-02-25 18:44:07 -0500
commit7e59440abbcbfd960a0e5aa6e0b2bb6f91389877 (patch)
treee04638c956c5c09e3aab1f61fce5258a68d108b2 /web
parent3dbe580b05489209a5222d90f35904e0544d61a1 (diff)
downloadchat-7e59440abbcbfd960a0e5aa6e0b2bb6f91389877.tar.gz
chat-7e59440abbcbfd960a0e5aa6e0b2bb6f91389877.tar.bz2
chat-7e59440abbcbfd960a0e5aa6e0b2bb6f91389877.zip
Remove unused import
Diffstat (limited to 'web')
-rw-r--r--web/react/components/delete_post_modal.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/delete_post_modal.jsx b/web/react/components/delete_post_modal.jsx
index beeb91be0..5b2dd1197 100644
--- a/web/react/components/delete_post_modal.jsx
+++ b/web/react/components/delete_post_modal.jsx
@@ -5,7 +5,6 @@ import * as Client from '../utils/client.jsx';
import PostStore from '../stores/post_store.jsx';
import ModalStore from '../stores/modal_store.jsx';
var Modal = ReactBootstrap.Modal;
-import * as Utils from '../utils/utils.jsx';
import * as AsyncClient from '../utils/async_client.jsx';
import AppDispatcher from '../dispatcher/app_dispatcher.jsx';
import Constants from '../utils/constants.jsx';