remove unused import

This commit is contained in:
liangping 2023-12-28 12:35:25 +08:00
parent f4dda3c1f3
commit 1b10c1cb3f

View File

@ -10,7 +10,6 @@ import {
import UptimeBar from '@/components/UptimeBar.vue'; import UptimeBar from '@/components/UptimeBar.vue';
import type { Commit, SlashingParam, SigningInfo } from '@/types'; import type { Commit, SlashingParam, SigningInfo } from '@/types';
import { consensusPubkeyToHexAddress, pubKeyToValcons, valconsToBase64 } from '@/libs'; import { consensusPubkeyToHexAddress, pubKeyToValcons, valconsToBase64 } from '@/libs';
import { lazyKeyElSetMap } from 'lazy-load-vue3/types/listen';
const props = defineProps(['chain']); const props = defineProps(['chain']);