mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
11 lines
115 B
Vue
11 lines
115 B
Vue
<script setup lang="ts">
|
|
// todo: implement the footer
|
|
</script>
|
|
|
|
<template>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|