Files
nuxtfiber/app/components/GotoTop.vue
Beyhan Oğur 7b2b27a42c first commit
2026-04-26 22:18:17 +03:00

7 lines
126 B
Vue

<template>
<div id="gotoTop" class="uil uil-angle-up" aria-hidden="true" />
</template>
<script setup lang="ts">
</script>