From 31b1a152ed4029b986374b8179dfb56e31cc84d1 Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Fri, 27 Jun 2025 04:34:22 +0530 Subject: [PATCH] refactor: rename to Buttons.tsx --- src/components/ui/buttons/{buttons.tsx => Buttons.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/components/ui/buttons/{buttons.tsx => Buttons.tsx} (100%) diff --git a/src/components/ui/buttons/buttons.tsx b/src/components/ui/buttons/Buttons.tsx similarity index 100% rename from src/components/ui/buttons/buttons.tsx rename to src/components/ui/buttons/Buttons.tsx