Change shared files naming. Rework tree structure and item management rendering.

This commit is contained in:
Clément Pons
2026-01-20 18:14:07 +01:00
parent 1a71637ebb
commit 777443471c
66 changed files with 984 additions and 447 deletions

View File

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