From 00278bbb10edb76e54d6d3c780a31391cbe232c3 Mon Sep 17 00:00:00 2001 From: Lucas Bois <44686060+LucasBois1@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:00:49 -0300 Subject: [PATCH] chore: update index.ts Add Dashboard05 to index.ts --- apps/www/__registry__/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/www/__registry__/index.ts b/apps/www/__registry__/index.ts index 09777068..7e826485 100644 --- a/apps/www/__registry__/index.ts +++ b/apps/www/__registry__/index.ts @@ -1158,6 +1158,13 @@ export const Index = { component: () => import("../src/lib/registry/default/block/Dashboard04.vue").then((m) => m.default), 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": { "AccordionDemo": { name: "AccordionDemo",