Files
web/src/components/Soon.vue
2024-04-13 17:02:03 -04:00

11 lines
161 B
Vue

<template>
<v-chip text="Coming Soon" size='x-small' color="grey" variant="text"/>
</template>
<script setup>
</script>
<style scoped lang="scss">
</style>