refactor: remove unused script and style sections

This commit is contained in:
2025-10-14 18:36:41 +02:00
parent db7b506aa0
commit a4600a97ce
2 changed files with 2 additions and 10 deletions

View File

@@ -1,5 +1,3 @@
<script setup lang="ts"></script>
<template>
<v-footer>
<div style="display: flex; flex-direction: column;">
@@ -7,5 +5,3 @@
</div>
</v-footer>
</template>
<style scoped></style>

View File

@@ -1,5 +1,3 @@
<script setup lang="ts"></script>
<template>
<div>
<v-app-bar color="rgb(46, 125, 50)" style="color: white" :elevation="2">
@@ -11,5 +9,3 @@
</v-app-bar>
</div>
</template>
<style scoped></style>