Try to add character editor inside the character sheet

This commit is contained in:
Clément Pons
2026-02-13 17:34:35 +01:00
parent 898d95793a
commit 9face0ac3b
8 changed files with 14833 additions and 320 deletions

View File

@@ -11,9 +11,9 @@
</template>
<script setup lang="ts">
import { Content } from '~~/shared/content';
import * as Floating from '~~/shared/floating';
import { Toaster } from '~~/shared/components';
import { Content } from '#shared/content';
import * as Floating from '#shared/floating';
import { Toaster } from '#shared/components';
import { init } from '#shared/i18n';
onBeforeMount(() => {