diff --git a/apps/www/.vitepress/theme/components/LinkedCard.vue b/apps/www/.vitepress/theme/components/LinkedCard.vue index 791c75ab..88c608ee 100644 --- a/apps/www/.vitepress/theme/components/LinkedCard.vue +++ b/apps/www/.vitepress/theme/components/LinkedCard.vue @@ -3,7 +3,7 @@ import { cn } from '@/lib/utils' diff --git a/apps/www/src/lib/registry/new-york/ui/card/Card.vue b/apps/www/src/lib/registry/new-york/ui/card/Card.vue index f8b4ef1f..d39baad7 100644 --- a/apps/www/src/lib/registry/new-york/ui/card/Card.vue +++ b/apps/www/src/lib/registry/new-york/ui/card/Card.vue @@ -13,7 +13,7 @@ const props = defineProps({
\nimport { cn } from '@/lib/utils'\n\nconst props = defineProps({\n class: {\n type: String,\n default: '',\n },\n})\n\n\n\n" + "content": "\n\n\n" }, { "name": "CardContent.vue",