Skip to content

Commit

Permalink
fix ts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Feb 7, 2025
1 parent 4882f13 commit 3e10132
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/appkit/tests/client/listeners.test.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
import { describe, expect, it, vi } from 'vitest'

import { Emitter } from '@reown/appkit-common'
import {
AccountController,
BlockchainApiController,
ChainControlle,
ChainController,
OptionsController,
unsupportedNetworkr
} from '@reown/appkit-core'
import { AccountController, BlockchainApiController, ChainController } from '@reown/appkit-core'

import { AppKit } from '../../src/client'
import { mainnet, unsupportedNetwork } from '../mocks/Networks'
Expand Down

0 comments on commit 3e10132

Please sign in to comment.