From baab087a5837c3cb1c9c9030993394c8412fdd98 Mon Sep 17 00:00:00 2001 From: zernonia Date: Tue, 18 Jun 2024 16:52:08 +0800 Subject: [PATCH] chore: fix wrong import --- .../lib/registry/new-york/ui/alert-dialog/AlertDialogCancel.vue | 2 +- apps/www/src/public/registry/styles/new-york/alert-dialog.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogCancel.vue b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogCancel.vue index 54acd0da..c5c2bb48 100644 --- a/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogCancel.vue +++ b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogCancel.vue @@ -2,7 +2,7 @@ import { type HTMLAttributes, computed } from 'vue' import { AlertDialogCancel, type AlertDialogCancelProps } from 'radix-vue' import { cn } from '@/lib/utils' -import { buttonVariants } from '@/lib/registry/default/ui/button' +import { buttonVariants } from '@/lib/registry/new-york/ui/button' const props = defineProps() diff --git a/apps/www/src/public/registry/styles/new-york/alert-dialog.json b/apps/www/src/public/registry/styles/new-york/alert-dialog.json index 12f55178..32fdf4f2 100644 --- a/apps/www/src/public/registry/styles/new-york/alert-dialog.json +++ b/apps/www/src/public/registry/styles/new-york/alert-dialog.json @@ -16,7 +16,7 @@ }, { "name": "AlertDialogCancel.vue", - "content": "\n\n\n" + "content": "\n\n\n" }, { "name": "AlertDialogContent.vue",