6 lines
187 B
JavaScript
6 lines
187 B
JavaScript
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
import MfaContainer from './mfa_container';
|
|
|
|
export default MfaContainer;
|