chore: update index.ts

Add Dashboard05 to index.ts
This commit is contained in:
Lucas Bois 2024-04-01 17:00:49 -03:00
parent 0ef80cd0ac
commit 00278bbb10

View File

@ -1158,6 +1158,13 @@ export const Index = {
component: () => import("../src/lib/registry/default/block/Dashboard04.vue").then((m) => m.default), component: () => import("../src/lib/registry/default/block/Dashboard04.vue").then((m) => m.default),
files: ["../src/lib/registry/default/block/Dashboard04.vue"], files: ["../src/lib/registry/default/block/Dashboard04.vue"],
}, },
"Dashboard05": {
name: "Dashboard05",
type: "components:block",
registryDependencies: ["button","card","checkbox","dropdown-menu","input","sheet"],
component: () => import("../src/lib/registry/default/block/Dashboard05.vue").then((m) => m.default),
files: ["../src/lib/registry/default/block/Dashboard05.vue"],
},
}, "new-york": { }, "new-york": {
"AccordionDemo": { "AccordionDemo": {
name: "AccordionDemo", name: "AccordionDemo",