···11+import Root from "./card.svelte";
22+import Content from "./card-content.svelte";
33+import Description from "./card-description.svelte";
44+import Footer from "./card-footer.svelte";
55+import Header from "./card-header.svelte";
66+import Title from "./card-title.svelte";
77+export {
88+ Root,
99+ Content,
1010+ Description,
1111+ Footer,
1212+ Header,
1313+ Title,
1414+ //
1515+ Root as Card,
1616+ Content as CardContent,
1717+ Description as CardDescription,
1818+ Footer as CardFooter,
1919+ Header as CardHeader,
2020+ Title as CardTitle,
2121+};