5 lines
179 B
JavaScript
5 lines
179 B
JavaScript
// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
import AtMention from './at_mention_container';
|
|
export default AtMention;
|