* Start of experimental implementation for webapp plugins * Updates to webapp plugin architecture * Update pluggable test * Remove debug code
11 строки
219 B
JavaScript
11 строки
219 B
JavaScript
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
import views from './views';
|
|
import plugins from './plugins';
|
|
|
|
export default {
|
|
views,
|
|
plugins
|
|
};
|