feat: restructure components folder
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user