feat(contact): bottom screen navigation
This commit is contained in:
7
app/components/Contact/TopScreen/TopScreen.vue
Normal file
7
app/components/Contact/TopScreen/TopScreen.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import Background from "./Background.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Background />
|
||||
</template>
|
||||
Reference in New Issue
Block a user