[web] Streamline naming of components

This commit is contained in:
Alain Nussbaumer
2025-03-15 10:36:17 +01:00
parent 6481d6f0ee
commit a968401d9f
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
import { useNotificationsStore } from '@/stores/notifications'
export default {
name: 'NotificationList',
name: 'ListNotifications',
setup() {
return { notificationsStore: useNotificationsStore() }
}