nexo/apps/mattermost/app/actions/remote/entry/index.ts

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';