summaryrefslogtreecommitdiffstats
path: root/webapp/reducers/index.js
blob: eb245d851b719a893a8d42d1515979246f18c41d (plain)
1
2
3
4
5
6
7
8
9
10
// 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
};