heritage-hub/src/App.vue

12 lines
111 B
Vue
Raw Normal View History

2024-01-31 08:24:01 +00:00
<script setup>
</script>
<template>
2024-01-31 09:04:35 +00:00
<div>
<router-view />
2024-01-31 08:24:01 +00:00
</div>
</template>
<style scoped>
</style>