fix(inventar): import ThemePage from @manacore/shared-theme-ui

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

View file

@ -1,5 +1,5 @@
<script lang="ts">
import { ThemePage } from '@manacore/shared-theme';
import { ThemePage } from '@manacore/shared-theme-ui';
import { theme } from '$lib/stores/theme';
</script>