From 4207a62ad8993d89d4b2d19389df6c294222b04d Mon Sep 17 00:00:00 2001 From: Kyle Pope Date: Wed, 25 Feb 2026 17:32:46 +0800 Subject: [PATCH] Fix build: remove unused cn import from NtfySettingsSection Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/settings/NtfySettingsSection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/settings/NtfySettingsSection.tsx b/frontend/src/components/settings/NtfySettingsSection.tsx index 05f2103..4f001e8 100644 --- a/frontend/src/components/settings/NtfySettingsSection.tsx +++ b/frontend/src/components/settings/NtfySettingsSection.tsx @@ -17,7 +17,6 @@ import { Label } from '@/components/ui/label'; import { Select } from '@/components/ui/select'; import { Switch } from '@/components/ui/switch'; import { Separator } from '@/components/ui/separator'; -import { cn } from '@/lib/utils'; import api, { getErrorMessage } from '@/lib/api'; import type { Settings } from '@/types';