Files
pihkaal-me/app/components/Contact/TopScreen/TopScreen.vue

8 lines
119 B
Vue

<script setup lang="ts">
import Background from "./Background.vue";
</script>
<template>
<Background />
</template>