+ Feature Flags
+
+ Feature flag management is not available in the current build, but the tab remains available for future expansion.
+
+
+ );
+}
diff --git a/src/components/notifications/SmartNotificationCenter.jsx b/src/components/notifications/SmartNotificationCenter.jsx
index fe474c6d..07dd67aa 100644
--- a/src/components/notifications/SmartNotificationCenter.jsx
+++ b/src/components/notifications/SmartNotificationCenter.jsx
@@ -1,18 +1,11 @@
import React, { useEffect, useMemo, useState } from 'react'
-import {
- NotificationDeduplicator,
- type SmartNotification,
-} from '../../lib/notificationDeduplicator'
+import { NotificationDeduplicator } from '../../lib/notificationDeduplicator'
import {
NOTIFICATION_CATEGORIES,
PRIORITY_ORDER,
- type NotificationCategory,
- type NotificationPriority,
} from '../../lib/notificationCategories'
import {
filterNotifications,
- type NotificationFilterConfig,
- type NotificationSortMode,
} from '../../lib/notificationFilter'
import {
loadNotificationPreferences,
@@ -35,7 +28,7 @@ import {
AlertTriangle,
} from 'lucide-react'
-const CATEGORY_ICONS: Record