WorkshopTasker/layouts/default.vue

8 lines
131 B
Vue
Raw Normal View History

2023-05-11 06:03:22 +02:00
<script setup>
import Navigation from "~/components/navigation/navigation.vue";
</script>
<template>
<Navigation />
</template>