Skip to content

Commit

Permalink
build: fix "Unresolved dependencies" error
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Oct 5, 2023
1 parent f1bb0f1 commit f084f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import type { MyAlgoConnectOptions } from '../clients/myalgo/types'
import type { DaffiWalletConnectOptions } from '../clients/daffi/types'
import type { NonEmptyArray } from './utilities'
import type BaseClient from '../clients/base'
import type { CustomOptions } from 'src/clients/custom/types'
import type { CustomOptions } from '../clients/custom/types'

export type ProviderConfigMapping = {
[PROVIDER_ID.PERA]: {
Expand Down

0 comments on commit f084f8a

Please sign in to comment.