diff --git a/frontend-modern/src/components/FirstRunSetup.tsx b/frontend-modern/src/components/FirstRunSetup.tsx index 8f511ed7d..32448a863 100644 --- a/frontend-modern/src/components/FirstRunSetup.tsx +++ b/frontend-modern/src/components/FirstRunSetup.tsx @@ -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';