From 5cca5e9376b4b5f4427dff917ea1bbcdf68f9c97 Mon Sep 17 00:00:00 2001 From: Marcus Schiesser <mail@marcusschiesser.de> Date: Thu, 23 Nov 2023 18:18:35 +0700 Subject: [PATCH] fix: add missing clsx package --- templates/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/index.ts b/templates/index.ts index 2cc8307d..963f8f7e 100644 --- a/templates/index.ts +++ b/templates/index.ts @@ -215,6 +215,7 @@ const installTSTemplate = async ({ "tailwind-merge": "^2", "@radix-ui/react-slot": "^1", "class-variance-authority": "^0.7", + clsx: "^1.2.1", "lucide-react": "^0.291", remark: "^14.0.3", "remark-code-import": "^1.2.0", -- GitLab