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> <template>
<v-footer> <v-footer>
<div style="display: flex; flex-direction: column;"> <div style="display: flex; flex-direction: column;">
@@ -7,5 +5,3 @@
</div> </div>
</v-footer> </v-footer>
</template> </template>
<style scoped></style>

View File

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