5 lines
201 B
JavaScript
5 lines
201 B
JavaScript
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
import PushNotifications from './push_notifications';
|
|
export default PushNotifications;
|