Two different files export the same symbol, DotAiImagePromptStore:
core-web/libs/ui/src/lib/components/dot-ai-image-prompt/ai-image-prompt.store.ts — a legacy ComponentStore, not imported by anything
core-web/libs/ui/src/lib/components/dot-ai-image-prompt/store/ai-image-prompt.store.ts — the live signalStore, which the component actually provides
Neither is exported from the @dotcms/ui barrel, so this is internal only, but a same-named dead file one directory up is an easy thing to edit by mistake.
Found while auditing dotAI service usage for #37417. Deliberately not deleted there — unrelated to that feature and it deserves its own review.
Two different files export the same symbol,
DotAiImagePromptStore:core-web/libs/ui/src/lib/components/dot-ai-image-prompt/ai-image-prompt.store.ts— a legacyComponentStore, not imported by anythingcore-web/libs/ui/src/lib/components/dot-ai-image-prompt/store/ai-image-prompt.store.ts— the livesignalStore, which the component actually providesNeither is exported from the
@dotcms/uibarrel, so this is internal only, but a same-named dead file one directory up is an easy thing to edit by mistake.Found while auditing dotAI service usage for #37417. Deliberately not deleted there — unrelated to that feature and it deserves its own review.