Polish: Fix duplicate import in FirstRunSetup

This commit is contained in:
rcourtman
2025-12-23 12:32:13 +00:00
parent b4a94c48d8
commit 3ca3359d08
@@ -7,7 +7,6 @@ import { getPulseBaseUrl } from '@/utils/url';
import { SectionHeader } from '@/components/shared/SectionHeader';
import { showTokenReveal } from '@/stores/tokenReveal';
import type { APITokenRecord } from '@/api/security';
import type { APITokenRecord } from '@/api/security';
import { STORAGE_KEYS } from '@/utils/localStorage';
import type { SecurityStatus } from '@/types/config';