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:
parent
42766be8cc
commit
1a9d15b1c1
1 changed files with 0 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue