7 lines
221 B
JavaScript
7 lines
221 B
JavaScript
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
/* eslint-disable no-unused-vars */
|
|
import Mattermost from 'app/mattermost';
|
|
|
|
const app = new Mattermost();
|