feat: update button component

co-authored-by: JustTemmie <git@beaver.mom>
This commit is contained in:
Radical 2025-06-23 19:59:52 +02:00
parent 5560680635
commit 714f75ce12
7 changed files with 82 additions and 126 deletions

View file

@ -5,7 +5,7 @@
</template>
<script lang="ts" setup>
import Button from '~/components/Buttons/Button.vue';
import Button from '~/components/Button.vue';
</script>
<style scoped>