Refactor, improving responsivness

This commit is contained in:
2024-08-06 17:08:07 +02:00
parent feee47f464
commit ce89b79074
17 changed files with 262 additions and 225 deletions

View File

@@ -0,0 +1,8 @@
<script setup lang="ts">
import SummaryComponent from '@/components/SummaryComponent.vue'
</script>
<template>
<NavBar/>
<SummaryComponent/>
</template>