fix style
gitea/hedera-web/pipeline/pr-beta This commit looks good Details

This commit is contained in:
taro 2025-03-13 03:09:24 -03:00
parent 1698a85055
commit d08c1ac86f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<script setup>
import {ref, onMounted, inject, watch} from 'vue';
import { ref, onMounted, inject, watch } from 'vue';
import { useRoute } from 'vue-router';
import { useI18n } from 'vue-i18n';