From 77d61b83424f6873e8a297d4508c5871a27a0e4f Mon Sep 17 00:00:00 2001 From: Luc Date: Thu, 22 Feb 2024 06:36:44 +0000 Subject: [PATCH] Bump --- app/app/theme.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app/theme.tsx b/app/app/theme.tsx index 48747e691..e5df3b539 100644 --- a/app/app/theme.tsx +++ b/app/app/theme.tsx @@ -43,7 +43,7 @@ export const Theme = ({ children }) => { (async () => { const { setupConfig } = await import('@ens-tools/thorin-core'); - setupConfig(() => (config as Config)); + setupConfig(() => config as any); })(); }, []);