aboutsummaryrefslogtreecommitdiffstats
path: root/web/app.vue
blob: 6392722361e5d39db3d2f0646f98d35acf162772 (plain)
1
2
3
4
5
6
7
8
9
10
11
<script setup lang="ts">

</script>

<template>
  <NuxtPwaManifest />

  <NuxtLayout>
    <NuxtPage />
  </NuxtLayout> 
</template>