From 51e197f0069565e218f822a359a11e917b4c2ebf Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Fri, 5 Jun 2026 12:40:26 +0800 Subject: [PATCH] Fix button component filename casing to match imports. Aligns git-tracked path with lowercase shadcn convention so TypeScript stops treating Button.tsx and button.tsx as separate modules. Co-authored-by: Cursor --- src/components/ui/{Button.tsx => button.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/components/ui/{Button.tsx => button.tsx} (100%) diff --git a/src/components/ui/Button.tsx b/src/components/ui/button.tsx similarity index 100% rename from src/components/ui/Button.tsx rename to src/components/ui/button.tsx