Refactor, improving responsivness
This commit is contained in:
8
src/views/SummaryView.vue
Normal file
8
src/views/SummaryView.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
import SummaryComponent from '@/components/SummaryComponent.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NavBar/>
|
||||
<SummaryComponent/>
|
||||
</template>
|
||||
Reference in New Issue
Block a user