From 227b6b54ecbbd62cb09188d4f854f6536ee6c5e6 Mon Sep 17 00:00:00 2001 From: Hakim Gueye <64654633+hakimLyon@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:18:25 +0000 Subject: [PATCH 1/2] add ui on components.json file This fix: [Shadcn Issues](https://github.com/shadcn-ui/ui/issues/6483) --- components.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components.json b/components.json index 4897a3bf6..f4865e8c3 100644 --- a/components.json +++ b/components.json @@ -10,6 +10,7 @@ }, "aliases": { "components": "#app/components", - "utils": "#app/utils/misc.tsx" + "utils": "#app/utils/misc.tsx", + "ui": "#app/components/ui", } } From cfd8fb8a7f9b143b65a7a53513a8fc5ccdf17c07 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Sat, 1 Feb 2025 18:04:22 -0700 Subject: [PATCH 2/2] Update components.json --- components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.json b/components.json index f4865e8c3..342acbf4c 100644 --- a/components.json +++ b/components.json @@ -11,6 +11,6 @@ "aliases": { "components": "#app/components", "utils": "#app/utils/misc.tsx", - "ui": "#app/components/ui", + "ui": "#app/components/ui" } }