mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 21:19:40 +02:00
search-engine.ts had two import blocks both pointing at './content': the first picked up FAQItem / FeatureItem / GettingStartedItem / ChangelogItem (correct — those live in content.ts) and the second tried to pick up SearchableItem / SearchResult / SearchOptions / SearchIndexConfig (wrong — those live in search-types.ts). Result: 4 "Module './content' has no exported member" errors. Fix the second import to point at './search-types'. The first block stays untouched. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| pages | ||
| content.ts | ||
| index.ts | ||
| loader.ts | ||
| mana-faq.ts | ||
| merger.ts | ||
| parser.ts | ||
| privacy-faq.ts | ||
| sanitize.ts | ||
| schemas.ts | ||
| search-engine.ts | ||
| search-types.ts | ||
| translations.ts | ||
| ui-types.ts | ||