Skip to content

Commit 4c038e8

Browse files
author
jannik.lange
committed
corrected exports #183
1 parent 2e2df25 commit 4c038e8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/components/Divider/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import MucDivider from "./MucDivider.vue";
2+
3+
export { MucDivider };

src/components/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { MucButton } from "./Button";
33
import { MucCallout } from "./Callout";
44
import { MucCard, MucCardContainer } from "./Card";
55
import { MucComment, MucCommentText } from "./Comment/";
6+
import { MucDivider } from "./Divider";
67
import {
78
MucCheckbox,
89
MucCheckboxGroup,
@@ -34,4 +35,5 @@ export {
3435
MucSelect,
3536
MucErrorList,
3637
MucIcon,
38+
MucDivider,
3739
};

0 commit comments

Comments
 (0)