summaryrefslogtreecommitdiffstats
path: root/web/react/stores/search_store.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/stores/search_store.jsx')
-rw-r--r--web/react/stores/search_store.jsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/react/stores/search_store.jsx b/web/react/stores/search_store.jsx
index 93b89035c..e8ab6a2ae 100644
--- a/web/react/stores/search_store.jsx
+++ b/web/react/stores/search_store.jsx
@@ -1,12 +1,12 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
-var AppDispatcher = require('../dispatcher/app_dispatcher.jsx');
-var EventEmitter = require('events').EventEmitter;
+import AppDispatcher from '../dispatcher/app_dispatcher.jsx';
+import EventEmitter from 'events';
-var BrowserStore = require('../stores/browser_store.jsx');
+import BrowserStore from '../stores/browser_store.jsx';
-var Constants = require('../utils/constants.jsx');
+import Constants from '../utils/constants.jsx';
var ActionTypes = Constants.ActionTypes;
var CHANGE_EVENT = 'change';