mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
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:
parent
8ffd2ce774
commit
9df8b5945b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<script lang="ts">
|
||||
import { HelpPage } from '@manacore/shared-ui';
|
||||
import { HelpPage } from '@manacore/help';
|
||||
</script>
|
||||
|
||||
<HelpPage appName="Inventar" defaultSection="faq" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue