From 2fdd08ffb3c7cc37fecacbabcbdae01be83224aa Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Tue, 17 Dec 2024 14:07:32 +0100 Subject: [PATCH] Fix import --- app/components/account/IdlCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/account/IdlCard.tsx b/app/components/account/IdlCard.tsx index 99c41695..5a91d3d5 100644 --- a/app/components/account/IdlCard.tsx +++ b/app/components/account/IdlCard.tsx @@ -1,6 +1,6 @@ 'use client'; -import { useCluster } from '@providers/cluster'; +import { Idl } from '@coral-xyz/anchor'; import { useState } from 'react'; import ReactJson from 'react-json-view';