1
0

chore: remove unused import

This commit is contained in:
kolaente 2024-02-10 13:31:19 +01:00
parent 5ab9fb89bb
commit 25a03d1789
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -13,8 +13,6 @@
</template>
<script setup lang="ts">
import {defineProps} from 'vue'
defineProps({
value: {
type: Number,