Fix build: remove unused cn import from NtfySettingsSection

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kyle 2026-02-25 17:32:46 +08:00
parent 0d2d321fbb
commit 4207a62ad8

View File

@ -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';