mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
Remove unused import
This commit is contained in:
parent
3dbe580b05
commit
7e59440abb
1 changed files with 0 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue