From 0774002125dd1b656409104c2d7624fe3218c40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ti=E1=BA=BFn=20Nguy=E1=BB=85n=20Kh=E1=BA=AFc?= Date: Tue, 20 Aug 2024 11:28:48 +1200 Subject: [PATCH] fix: incorrect import path --- src/redot.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redot.d.ts b/src/redot.d.ts index 5ab3331..f8448b2 100644 --- a/src/redot.d.ts +++ b/src/redot.d.ts @@ -1,4 +1,4 @@ -import type { config } from './config' +import type { config } from './walletConfigs' import type { InferChains } from '@reactive-dot/core' declare module '@reactive-dot/core' {