From 81c57eccdd74b2703c6087e85a0cd981680cd7c9 Mon Sep 17 00:00:00 2001 From: heaven Date: Thu, 4 Jun 2026 01:15:23 +0300 Subject: [PATCH] refactor(notifications): drop the vestigial Block Messages redirect section --- src/app/features/settings/notifications/Notifications.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/features/settings/notifications/Notifications.tsx b/src/app/features/settings/notifications/Notifications.tsx index b471df0b..2d3b3d73 100644 --- a/src/app/features/settings/notifications/Notifications.tsx +++ b/src/app/features/settings/notifications/Notifications.tsx @@ -4,9 +4,7 @@ import { SystemNotification } from './SystemNotification'; import { AllMessagesNotifications } from './AllMessages'; import { SpecialMessagesNotifications } from './SpecialMessages'; import { KeywordMessagesNotifications } from './KeywordMessages'; -import { SettingTile } from '../../../components/setting-tile'; import { SettingsPage } from '../SettingsPage'; -import { SettingsSection } from '../SettingsSection'; type NotificationsProps = { requestClose: () => void; @@ -19,9 +17,6 @@ export function Notifications({ requestClose }: NotificationsProps) { - - - ); }