8 lines
131 B
Vue
8 lines
131 B
Vue
|
<script setup>
|
||
|
import Navigation from "~/components/navigation/navigation.vue";
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<Navigation />
|
||
|
</template>
|