From 49ad64c7c3489e6f9b3607eb3b73d650236f88da Mon Sep 17 00:00:00 2001 From: Hugo Lextrait Date: Tue, 7 Jan 2025 13:10:49 +0100 Subject: [PATCH] lint --- src/components/element/opportunity/OpportunityButton.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/element/opportunity/OpportunityButton.tsx b/src/components/element/opportunity/OpportunityButton.tsx index 3c03ff5b..5ea0ec4f 100644 --- a/src/components/element/opportunity/OpportunityButton.tsx +++ b/src/components/element/opportunity/OpportunityButton.tsx @@ -1,4 +1,3 @@ -import type { Opportunity } from "@merkl/api"; import { Button, Icon, Icons } from "dappkit"; import { blockEvent } from "packages/dappkit/src/utils/event"; import type { Opportunity } from "src/api/services/opportunity/opportunity.model";