From 0f8feb3cef5393ab9414800491179faa9226839d Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Mon, 15 Jan 2024 22:32:51 +0330 Subject: [PATCH] chore: remove dummy examples --- apps/www/src/lib/registry/default/example/index.ts | 1 - apps/www/src/lib/registry/new-york/example/index.ts | 1 - 2 files changed, 2 deletions(-) delete mode 100644 apps/www/src/lib/registry/default/example/index.ts delete mode 100644 apps/www/src/lib/registry/new-york/example/index.ts diff --git a/apps/www/src/lib/registry/default/example/index.ts b/apps/www/src/lib/registry/default/example/index.ts deleted file mode 100644 index f414dfd1..00000000 --- a/apps/www/src/lib/registry/default/example/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { default as AccordionDemo } from './AccordionDemo.vue' diff --git a/apps/www/src/lib/registry/new-york/example/index.ts b/apps/www/src/lib/registry/new-york/example/index.ts deleted file mode 100644 index f414dfd1..00000000 --- a/apps/www/src/lib/registry/new-york/example/index.ts +++ /dev/null @@ -1 +0,0 @@ -export { default as AccordionDemo } from './AccordionDemo.vue'