diff --git a/src/components/TokenSearchDialog.tsx b/src/components/TokenSearchDialog.tsx index 7c40b54..197dce9 100644 --- a/src/components/TokenSearchDialog.tsx +++ b/src/components/TokenSearchDialog.tsx @@ -8,7 +8,6 @@ import { } from "@/components/ui/dialog"; import { FC, useMemo, useState } from "react"; -import { ArrowRightIcon } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { Patient } from "@/types/patient"; @@ -124,14 +123,14 @@ const PatientCard: FC<{ patient: Patient }> = ({ patient }) => { return (