From 016f5d48a60808328ebd88d214f3705bd45a901c Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Tue, 19 May 2026 05:59:40 -0400 Subject: [PATCH] refactor(central-ui): co-locate NotificationListForm with the Notifications pages --- .../Pages/{Design => Notifications}/NotificationListForm.razor | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/ScadaLink.CentralUI/Components/Pages/{Design => Notifications}/NotificationListForm.razor (100%) diff --git a/src/ScadaLink.CentralUI/Components/Pages/Design/NotificationListForm.razor b/src/ScadaLink.CentralUI/Components/Pages/Notifications/NotificationListForm.razor similarity index 100% rename from src/ScadaLink.CentralUI/Components/Pages/Design/NotificationListForm.razor rename to src/ScadaLink.CentralUI/Components/Pages/Notifications/NotificationListForm.razor