From 4337c982fd6bd0f4bdb45a2abb019547badabe1e Mon Sep 17 00:00:00 2001 From: Harivansh Rathi <73809867+harivansh-afk@users.noreply.github.com> Date: Sun, 8 Dec 2024 22:23:07 -0500 Subject: [PATCH] Rename switch.tsx to Switch.tsx --- src/components/ui/{switch.tsx => Switch.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/components/ui/{switch.tsx => Switch.tsx} (100%) diff --git a/src/components/ui/switch.tsx b/src/components/ui/Switch.tsx similarity index 100% rename from src/components/ui/switch.tsx rename to src/components/ui/Switch.tsx