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) {
-
-
-
);
}