From 62534ae18da2619b3837626b5c588d7a8b4118d1 Mon Sep 17 00:00:00 2001 From: Lucas Bois <44686060+LucasBois1@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:58:42 -0300 Subject: [PATCH] Update index.ts Add Dashboard05 --- 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",