Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
Regression from: #383
(but broken change commited by me).
  • Loading branch information
Sekhmet committed Jul 29, 2024
1 parent e088ca6 commit 00d3fd4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/ui/src/composables/useActions.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import { getInstance } from '@snapshot-labs/lock/plugins/vue3';
import { registerTransaction } from '@/helpers/mana';
import { convertToMetaTransactions } from '@/helpers/transactions';
import {
enabledNetworks,
getNetwork,
getReadWriteNetwork,
metadataNetwork,
starknetNetworks
} from '@/networks';
import { getNetwork, getReadWriteNetwork, metadataNetwork } from '@/networks';
import { STARKNET_CONNECTORS } from '@/networks/common/constants';
import { Connector, StrategyConfig } from '@/networks/types';
import {
Expand Down

0 comments on commit 00d3fd4

Please sign in to comment.