fix(ui): remove duplicate SyncIndicator imports from 9 layouts

The sed-based insertion script added the import twice. Fixed by
deduplicating with awk.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-28 21:29:05 +01:00
parent b45ddbbb83
commit a60e5f8105
9 changed files with 0 additions and 10 deletions

View file

@ -6,7 +6,6 @@
import { PillNavigation, QuickInputBar, TagStrip } from '@manacore/shared-ui';
import { SyncIndicator } from '@manacore/shared-ui';
import type { PillNavItem, PillDropdownItem, QuickInputItem } from '@manacore/shared-ui';
import { SyncIndicator } from '@manacore/shared-ui';
import {
tagLocalStore,
tagMutations,