diff --git a/web/pages/challenges/index.tsx b/web/pages/challenges/index.tsx index c55c9335..3fe18082 100644 --- a/web/pages/challenges/index.tsx +++ b/web/pages/challenges/index.tsx @@ -27,7 +27,6 @@ import { Button } from 'web/components/button' import { ClipboardCopyIcon, QrcodeIcon } from '@heroicons/react/outline' import { copyToClipboard } from 'web/lib/util/copy' import toast from 'react-hot-toast' -import { contractDetailsButtonClassName } from 'web/components/contract/contract-info-dialog' dayjs.extend(customParseFormat) const columnClass = 'sm:px-5 px-2 py-3.5 max-w-[100px] truncate'