Skip to content

Commit

Permalink
refactor: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Feb 22, 2024
1 parent cac6d04 commit e76b4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TransactionTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import { useRoute, useRouter } from 'vue-router';
import { ref, watch } from 'vue';
import { useI18n } from 'vue-i18n';
import { contractManager, indexerApi } from 'src/boot/telosApi';
import TokenValueField from 'components/Token/TokenValueField.vue';
import AddressField from 'components/AddressField.vue';
import BlockField from 'components/BlockField.vue';
import DateField from 'components/DateField.vue';
import TransactionField from 'components/TransactionField.vue';
import MethodField from 'components/MethodField.vue';
import { contractManager, indexerApi } from 'src/boot/telosApi';
const $q = useQuasar();
const route = useRoute();
const router = useRouter();
Expand Down

0 comments on commit e76b4a9

Please sign in to comment.