Skip to content

Commit

Permalink
chore: revert import update
Browse files Browse the repository at this point in the history
  • Loading branch information
sztok7 committed Jan 19, 2024
1 parent 5755b9e commit fd60a89
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import type { ExternalProvider } from '@ethersproject/providers';
import { ethers } from 'ethers';
import { describe, it, beforeEach, vi, expect } from 'vitest';
import { ApiPromise, WsProvider } from '@polkadot/api';
import { Network, WalletManagerController } from '../../../../src/controllers';
import {
Network,
WalletManagerController
} from '../../../../src/controllers/wallet-manager';

class WidgetTestFixture extends LitElement {
constructor() {
Expand Down

0 comments on commit fd60a89

Please sign in to comment.