small fixes

This commit is contained in:
Alireza Ahmadi
2025-01-22 00:45:10 +01:00
parent b6c16e1bdf
commit 24a3e7b0da
30 changed files with 48 additions and 61 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import { HumanReadable } from '@/plugins/utils';
import { computed } from 'vue';
import { HumanReadable } from '@/plugins/utils'
import { computed } from 'vue'
const props = defineProps({
tilesData: <any>{},