Skip to content

Commit

Permalink
refactor: remove unused Percent icon import from InitializeEscrowForm
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelVR17 committed Feb 19, 2025
1 parent d763363 commit 2985f7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { useInitializeEscrow } from "@/components/modules/escrow/hooks/initializ
import TooltipInfo from "@/components/utils/ui/Tooltip";
import SelectField from "@/components/utils/ui/SelectSearch";
import { Switch } from "@/components/ui/switch";
import { DollarSign, Percent, Trash2 } from "lucide-react";
import { DollarSign, Trash2 } from "lucide-react";

const InitializeEscrowForm = () => {
const {
Expand Down

0 comments on commit 2985f7a

Please sign in to comment.