refactor: restructure components and assets

This commit is contained in:
2025-11-11 14:52:41 +01:00
parent 03d063b11f
commit 3384dacf0f
18 changed files with 42 additions and 29 deletions

View File

@@ -16,9 +16,9 @@ const showStats = ref(false);
</div>
<div>
<TopScreen>
<HomeTopScreen>
<Stats v-if="showStats" />
</TopScreen>
</HomeTopScreen>
</div>
<div>
<HomeBottomScreen>