From a968401d9fedf1ce3f0b0a3757f1795368770901 Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Sat, 15 Mar 2025 10:36:17 +0100 Subject: [PATCH] [web] Streamline naming of components --- web-src/src/App.vue | 8 ++++---- .../{NotificationList.vue => ListNotifications.vue} | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename web-src/src/components/{NotificationList.vue => ListNotifications.vue} (97%) diff --git a/web-src/src/App.vue b/web-src/src/App.vue index cf31e134..cc3f6870 100644 --- a/web-src/src/App.vue +++ b/web-src/src/App.vue @@ -12,7 +12,7 @@ :show="showUpdateDialog" @close="showUpdateDialog = false" /> - +