* Fix Android and iOS flow * Own review * RN-321 Update Settings and Notifications UX/UI Screens * Fix style for separator in android modals * Feedback review
10 lines
259 B
JavaScript
10 lines
259 B
JavaScript
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
import RadioButton from './radio_button';
|
|
import RadioButtonGroup from './radio_button_group';
|
|
|
|
export {
|
|
RadioButton,
|
|
RadioButtonGroup
|
|
};
|