diff --git a/apps/www/package.json b/apps/www/package.json index 169aae71..2b83f2dc 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -25,6 +25,7 @@ "devDependencies": { "@iconify-json/radix-icons": "^1.1.11", "@iconify-json/tabler": "^1.1.89", + "@iconify/json": "^2.2.108", "@iconify/vue": "^4.1.1", "@vitejs/plugin-vue": "^4.1.0", "autoprefixer": "^10.4.14", diff --git a/apps/www/src/lib/registry/default/examples/AlertDialogDemo.vue b/apps/www/src/lib/registry/default/examples/AlertDialogDemo.vue index dac926aa..82b055ec 100644 --- a/apps/www/src/lib/registry/default/examples/AlertDialogDemo.vue +++ b/apps/www/src/lib/registry/default/examples/AlertDialogDemo.vue @@ -9,8 +9,8 @@ import { AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, -} from '@/registry/default/ui/alert-dialog' -import { Button } from '@/registry/default/ui/button' +} from '@/lib/registry/default/ui/alert-dialog' +import { Button } from '@/lib/registry/default/ui/button'