5 lines
117 B
JavaScript
5 lines
117 B
JavaScript
import PickerButton from '../PickerButton';
|
|
const Components = {
|
|
button: PickerButton
|
|
};
|
|
export default Components; |