jointrashposs/components/g/Footer.vue

13 lines
121 B
Vue
Raw Normal View History

2023-07-08 10:36:02 +02:00
<template>
2023-07-09 20:09:50 +02:00
<footer>
</footer>
2023-07-08 10:36:02 +02:00
</template>
<script setup lang="ts">
</script>
<style scoped>
</style>