chore: Remove unused usePersistentSignal import

Cleanup from Settings sidebar change - the import was left behind
when switching from usePersistentSignal to createSignal.
This commit is contained in:
rcourtman 2025-12-02 20:09:54 +00:00
parent 42766be8cc
commit 1a9d15b1c1

View file

@ -39,7 +39,6 @@ import { SettingsSectionNav } from './SettingsSectionNav';
import { SettingsAPI } from '@/api/settings';
import { NodesAPI } from '@/api/nodes';
import { UpdatesAPI } from '@/api/updates';
import { usePersistentSignal } from '@/hooks/usePersistentSignal';
import { Card } from '@/components/shared/Card';
import { SectionHeader } from '@/components/shared/SectionHeader';
import { Toggle } from '@/components/shared/Toggle';