feat: restructure components folder

This commit is contained in:
2025-11-09 17:23:53 +01:00
parent f70a8868dd
commit c114c8c1d8
4 changed files with 1 additions and 5 deletions

View File

@@ -1,12 +1,8 @@
<script setup lang="ts">
import Background from "./components/screen/Background.vue";
</script>
<template>
<div class="wrapper">
<Screen>
<Background />
<ScreenStats />
<Stats />
</Screen>
</div>
</template>