This repository has been archived on 2023-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
va-project/stockingly-frontend/src/App.vue
2023-05-03 10:07:34 +02:00

7 lines
82 B
Vue

<template>
<router-view />
</template>
<script lang="ts" setup>
//
</script>