From 443b13e90c49585f71fb263c33a058d5ceafa8c8 Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Fri, 27 Sep 2024 16:02:48 +0300 Subject: [PATCH] Fix incorrect filename of NavBar component --- src/components/{Navbar.jsx => NavBar.jsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/components/{Navbar.jsx => NavBar.jsx} (100%) diff --git a/src/components/Navbar.jsx b/src/components/NavBar.jsx similarity index 100% rename from src/components/Navbar.jsx rename to src/components/NavBar.jsx