Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuascan committed Feb 6, 2025
1 parent ad1665f commit f36d541
Show file tree
Hide file tree
Showing 8 changed files with 324 additions and 402 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './lib/connectors/dedicatedWalletConnector'
export * from './lib/connectors/universalWalletConnector'
export * from './lib/connectors/dedicatedWalletConnector';
export * from './lib/connectors/universalWalletConnector';
Loading

0 comments on commit f36d541

Please sign in to comment.