This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/views/DestinationInfo.vue

7 lines
151 B
Vue
Raw Normal View History

2023-08-12 11:16:08 +00:00
<template>
<DestinationInfoCard/>
</template>
<script setup>
import DestinationInfoCard from '@/components/DestinationInfoCard.vue';
</script>