6 lines
235 B
TypeScript
6 lines
235 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export {appEntry} from './app';
|
|
export {loginEntry} from './login';
|
|
export {pushNotificationEntry} from './notification';
|