remove unused code

This commit is contained in:
liangping 2023-06-16 13:15:45 +08:00
parent 4f5c3b648b
commit 1b575fd921

View File

@ -2,8 +2,7 @@
import { CosmosRestClient } from '@/libs/client';
import type { Coin, Delegation } from '@/types';
import { ref, watchEffect } from 'vue';
import { scanLocalKeys, type AccountEntry } from './utils';
import { fromBech32, toBase64 } from '@cosmjs/encoding';
import type { AccountEntry } from './utils';
import { computed } from 'vue';
import { useBaseStore, useFormatter } from '@/stores';
import DonutChart from '@/components/charts/DonutChart.vue';