8 lines
142 B
Vue
8 lines
142 B
Vue
<script setup lang="ts">
|
|
import ComingSoon from '../../components/feedback/ComingSoon.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<ComingSoon />
|
|
</template>
|