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

12 lines
171 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>
<style>
</style>