-
{{ title }}
-
-
-
+
+
+
+
+
+
+ {{ tagline }}
+
+
+
+ {{ title }}
+
+
+
+
+
+
+
diff --git a/src/components/index.ts b/src/components/index.ts
index 0ac34177..c7e0f683 100644
--- a/src/components/index.ts
+++ b/src/components/index.ts
@@ -1,6 +1,7 @@
import { MucBanner } from "./Banner";
import { MucButton } from "./Button";
import { MucCallout } from "./Callout";
+import { MucCard, MucCardContainer } from "./Card";
import { MucComment, MucCommentText } from "./Comment/";
import { MucIntro } from "./Intro";
@@ -9,6 +10,8 @@ export {
MucBanner,
MucIntro,
MucCallout,
+ MucCard,
+ MucCardContainer,
MucComment,
MucCommentText,
};