Skip to content

Commit 9e3b1ee

Browse files
committed
changed card registry files
1 parent b549b03 commit 9e3b1ee

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

registry.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,16 @@
155155
"type": "registry:component",
156156
"title": "Card",
157157
"description": "A customizable card component to visualize your content. 📝",
158-
"registryDependencies": [
159-
"text"
160-
],
161158
"files": [
162159
{
163160
"path": "components/retroui/Card.tsx",
164161
"target": "components/retroui/Card.tsx",
165162
"type": "registry:component"
163+
},
164+
{
165+
"path": "components/retroui/Text.tsx",
166+
"target": "components/retroui/Text.tsx",
167+
"type": "registry:component"
166168
}
167169
]
168170
},

0 commit comments

Comments
 (0)