Skip to content

Commit 810e881

Browse files
author
jannik.lange
committed
corrected exports #182
1 parent 1eb4fa9 commit 810e881

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/components/Link/index.ts

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

src/components/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import {
1515
} from "./Form";
1616
import { MucIcon } from "./Icon";
1717
import { MucIntro } from "./Intro";
18+
import { MucLink } from "./Link";
1819

1920
export {
2021
MucButton,
@@ -34,4 +35,5 @@ export {
3435
MucSelect,
3536
MucErrorList,
3637
MucIcon,
38+
MucLink,
3739
};

0 commit comments

Comments
 (0)