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';