mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
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:
parent
b45ddbbb83
commit
a60e5f8105
9 changed files with 0 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue