File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import MucForm from "./MucInput.vue";
55import MucInput from "./MucInput.vue" ;
66import MucRadioButton from "./MucRadioButton.vue" ;
77import MucRadioButtonGroup from "./MucRadioButtonGroup.vue" ;
8- import MucSingleSelect from "./MucSelect.vue" ;
98import MucSelect from "./MucSelect.vue" ;
109import MucTextArea from "./MucTextArea.vue" ;
1110
@@ -17,7 +16,6 @@ export {
1716 MucInput ,
1817 MucRadioButton ,
1918 MucTextArea ,
20- MucSingleSelect ,
2119 MucErrorList ,
2220 MucSelect ,
2321} ;
Original file line number Diff line number Diff line change @@ -3,7 +3,16 @@ import { MucButton } from "./Button";
33import { MucCallout } from "./Callout" ;
44import { MucCard , MucCardContainer } from "./Card" ;
55import { MucComment , MucCommentText } from "./Comment/" ;
6- import { MucForm } from "./Form" ;
6+ import {
7+ MucCheckbox ,
8+ MucCheckboxGroup ,
9+ MucErrorList ,
10+ MucInput ,
11+ MucRadioButton ,
12+ MucRadioButtonGroup ,
13+ MucSelect ,
14+ MucTextArea ,
15+ } from "./Form" ;
716import { MucIcon } from "./Icon" ;
817import { MucIntro } from "./Intro" ;
918
@@ -16,6 +25,13 @@ export {
1625 MucCardContainer ,
1726 MucComment ,
1827 MucCommentText ,
19- MucForm ,
28+ MucRadioButton ,
29+ MucRadioButtonGroup ,
30+ MucInput ,
31+ MucTextArea ,
32+ MucCheckboxGroup ,
33+ MucCheckbox ,
34+ MucSelect ,
35+ MucErrorList ,
2036 MucIcon ,
2137} ;
You can’t perform that action at this time.
0 commit comments