We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb4fa9 commit 810e881Copy full SHA for 810e881
src/components/Link/index.ts
@@ -0,0 +1,3 @@
1
+import MucLink from "./MucLink.vue";
2
+
3
+export { MucLink };
src/components/index.ts
@@ -15,6 +15,7 @@ import {
15
} from "./Form";
16
import { MucIcon } from "./Icon";
17
import { MucIntro } from "./Intro";
18
+import { MucLink } from "./Link";
19
20
export {
21
MucButton,
@@ -34,4 +35,5 @@ export {
34
35
MucSelect,
36
MucErrorList,
37
MucIcon,
38
+ MucLink,
39
};
0 commit comments