From 369b9fa59971f7e6e8df4c0f2f256a793c8c0e9c Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 23 Dec 2025 12:17:03 +0000 Subject: [PATCH] Polish: Fix duplicate import in Settings.tsx --- frontend-modern/src/components/Settings/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-modern/src/components/Settings/Settings.tsx b/frontend-modern/src/components/Settings/Settings.tsx index 3620a817b..e04bf393f 100644 --- a/frontend-modern/src/components/Settings/Settings.tsx +++ b/frontend-modern/src/components/Settings/Settings.tsx @@ -70,7 +70,7 @@ import type { NodeConfig } from '@/types/nodes'; import type { UpdateInfo, VersionInfo } from '@/api/updates'; import type { SecurityStatus as SecurityStatusInfo } from '@/types/config'; import { eventBus } from '@/stores/events'; -import { notificationStore } from '@/stores/notifications'; + import { updateStore } from '@/stores/updates'; // Type definitions