mattermost-mobile/app/components/radio_button/index.js
enahum adbaead58e RN-321 Update Settings and Notifications UX/UI Screens (#879)
* 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
2017-09-08 15:38:50 -03:00

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