Skip to content

Commit 5977e3e

Browse files
committed
calender build fix
1 parent cffcfc5 commit 5977e3e

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

config/components.ts

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ export const componentConfig: {
4040
name: "button",
4141
filePath: "components/retroui/Button.tsx",
4242
},
43+
calendar: {
44+
name: "calendar",
45+
filePath: "components/retroui/Calendar.tsx",
46+
},
4347
card: {
4448
name: "card",
4549
filePath: "components/retroui/Card.tsx",
@@ -48,6 +52,10 @@ export const componentConfig: {
4852
name: "areaChart",
4953
filePath: "components/retroui/charts/AreaChart.tsx",
5054
},
55+
breadcrumb: {
56+
name: "breadcrumb",
57+
filePath: "components/retroui/Breadcrumb.tsx",
58+
},
5159
barChart: {
5260
name: "barChart",
5361
filePath: "components/retroui/charts/BarChart.tsx",
@@ -56,6 +64,14 @@ export const componentConfig: {
5664
name: "checkbox",
5765
filePath: "components/retroui/Checkbox.tsx",
5866
},
67+
command: {
68+
name: "command",
69+
filePath: "components/retroui/Command.tsx",
70+
},
71+
"context-menu": {
72+
name: "context-menu",
73+
filePath: "components/retroui/ContextMenu.tsx",
74+
},
5975
dialog: {
6076
name: "dialog",
6177
filePath: "components/retroui/Dialog.tsx",
@@ -133,18 +149,6 @@ export const componentConfig: {
133149
name: "tooltip",
134150
filePath: "components/retroui/Tooltip.tsx",
135151
},
136-
breadcrumb: {
137-
name: "breadcrumb",
138-
filePath: "components/retroui/Breadcrumb.tsx",
139-
},
140-
command: {
141-
name: "command",
142-
filePath: "components/retroui/Command.tsx",
143-
},
144-
"context-menu": {
145-
name: "context-menu",
146-
filePath: "components/retroui/ContextMenu.tsx",
147-
},
148152
},
149153
examples: {
150154
"accordion-style-default": {

0 commit comments

Comments
 (0)