Moved autocomplete components into web/react/components/suggestion

Этот коммит содержится в:
hmhealey
2015-12-01 15:24:53 -05:00
родитель a5080ed6b1
Коммит 06e0919bca
9 изменённых файлов: 29 добавлений и 29 удалений

Просмотреть файл

@@ -1,10 +1,10 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import AtMentionProvider from './at_mention_provider.jsx';
import CommandProvider from './command_provider.jsx';
import SuggestionList from './suggestion_list.jsx';
import SuggestionBox from './suggestion_box.jsx';
import AtMentionProvider from './suggestion/at_mention_provider.jsx';
import CommandProvider from './suggestion/command_provider.jsx';
import SuggestionList from './suggestion/suggestion_list.jsx';
import SuggestionBox from './suggestion/suggestion_box.jsx';
import ErrorStore from '../stores/error_store.jsx';
import * as TextFormatting from '../utils/text_formatting.jsx';