fix(inventar): import HelpPage from @manacore/help, not shared-ui

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-30 22:05:42 +02:00
parent 8ffd2ce774
commit 9df8b5945b

View file

@ -1,5 +1,5 @@
<script lang="ts">
import { HelpPage } from '@manacore/shared-ui';
import { HelpPage } from '@manacore/help';
</script>
<HelpPage appName="Inventar" defaultSection="faq" />