fix: use Salix to get the list of confirmed orders #124

Merged
jsegarra merged 7 commits from ldragan/hedera-web:taro/confirmed-orders into beta 2025-03-28 13:32:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d08c1ac86f - Show all commits

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';