diff --git a/src/plugins/oSnap/components/HandleOutcomeUma.vue b/src/plugins/oSnap/components/HandleOutcomeUma.vue index ec199578e..9ee031bf8 100644 --- a/src/plugins/oSnap/components/HandleOutcomeUma.vue +++ b/src/plugins/oSnap/components/HandleOutcomeUma.vue @@ -4,13 +4,13 @@ import { formatUnits } from '@ethersproject/units'; import { getInstance } from '@snapshot-labs/lock/plugins/vue3'; import networks from '@snapshot-labs/snapshot.js/src/networks.json'; import { sleep } from '@snapshot-labs/snapshot.js/src/utils'; -import type { Network, Transaction } from '../../types'; +import type { Network, Transaction } from '../types'; import { approveBond, executeProposal, getExecutionDetails, submitProposal -} from '../../utils'; +} from '../utils'; declare global { interface Window { diff --git a/src/plugins/oSnap/components/Input/MethodParameter.vue b/src/plugins/oSnap/components/Input/MethodParameter.vue index a6a792e2b..142beb42f 100644 --- a/src/plugins/oSnap/components/Input/MethodParameter.vue +++ b/src/plugins/oSnap/components/Input/MethodParameter.vue @@ -90,7 +90,6 @@ function onChange(value: string) { @@ -100,7 +99,6 @@ function onChange(value: string) { @@ -139,7 +134,6 @@ function onChange(value: string) {