Skip to content

Commit

Permalink
fix: vanilla imports
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Nov 6, 2023
1 parent 60a46c3 commit 63d868b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions packages/vanilla-wallet-kit/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { WalletSource } from '@vechain/wallet-kit';
import { MultiWalletConnex } from '@vechain/wallet-kit';
import type { ConnexOptions } from '@vechain/wallet-kit/src';
import type { SourceInfo } from './constants';
import './components';

export type VechainWalletKitOptions = MultiWalletConnex | ConnexOptions;

Expand Down
2 changes: 0 additions & 2 deletions packages/vanilla-wallet-kit/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import './components';

export * from './client';

0 comments on commit 63d868b

Please sign in to comment.