mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
refactor: 🔥 Clean up codebase
This commit is contained in:
parent
1b5e7a6575
commit
ee8c543cd9
24 changed files with 25 additions and 391 deletions
|
|
@ -1,13 +0,0 @@
|
|||
<template>
|
||||
<TextInput type="checkbox" v-bind="$attrs, $props"
|
||||
class="rounded disabled:hover:cursor-wait text-primary2-700 !size-5" />
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import type { InputHTMLAttributes } from "vue";
|
||||
import TextInput from "./text-input.vue";
|
||||
|
||||
interface Props extends /* @vue-ignore */ InputHTMLAttributes {}
|
||||
|
||||
defineProps<Props>();
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue