From 6d19f9da110b489869bea050adb709dc76dee039 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sat, 8 Aug 2026 15:59:55 +0200 Subject: [PATCH] refactor(nav)!: rename Navbar to AppNavbar Vue.js components should have multi-word names. --- src/App.vue | 4 ++-- src/features/nav/components/{Navbar.vue => AppNavbar.vue} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename src/features/nav/components/{Navbar.vue => AppNavbar.vue} (100%) diff --git a/src/App.vue b/src/App.vue index d86eda1..5f4af3e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -17,7 +17,7 @@ limitations under the License.