From f084f8a7a6b5fa7ace5e5265e6aa80a2e6e026b7 Mon Sep 17 00:00:00 2001 From: Doug Richar Date: Thu, 5 Oct 2023 16:34:27 -0400 Subject: [PATCH] build: fix "Unresolved dependencies" error --- src/types/providers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/providers.ts b/src/types/providers.ts index 957c80e8..535a917f 100644 --- a/src/types/providers.ts +++ b/src/types/providers.ts @@ -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]: {