From 57646e268430bed6414a87d776e85af462c8727e Mon Sep 17 00:00:00 2001 From: notend Date: Mon, 20 May 2024 20:18:25 +0800 Subject: [PATCH] chore: update ui.shadcn config --- components.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components.json b/components.json index fa674c9..e3bfef8 100644 --- a/components.json +++ b/components.json @@ -11,7 +11,8 @@ "prefix": "" }, "aliases": { + "utils": "@/lib/utils", "components": "@/components", - "utils": "@/lib/utils" + "ui": "@/components/ui" } }