chore: add prettier and format

This commit is contained in:
2025-11-09 17:25:09 +01:00
parent c114c8c1d8
commit 64a51c9cad
8 changed files with 4059 additions and 2050 deletions

View File

@@ -1,16 +1,16 @@
<template>
<div class="wrapper">
<Screen>
<Background />
<Stats />
</Screen>
</div>
<div class="wrapper">
<Screen>
<Background />
<Stats />
</Screen>
</div>
</template>
<style>
.wrapper {
width: fit-content;
height: fit-content;
border: 1px solid red;
width: fit-content;
height: fit-content;
border: 1px solid red;
}
</style>