diff --git a/client/src/app/quotes/components/DownloadQuoteDialog.tsx b/client/src/app/quotes/components/DownloadQuoteDialog.tsx index 5c73688..7c2b5cf 100644 --- a/client/src/app/quotes/components/DownloadQuoteDialog.tsx +++ b/client/src/app/quotes/components/DownloadQuoteDialog.tsx @@ -1,3 +1,4 @@ +import { UseDownloader } from "@/lib/hooks/useDownloader/types"; import { Button, Dialog, @@ -12,7 +13,6 @@ import { } from "@/ui"; import { t } from "i18next"; import { useEffect, useId } from "react"; -import { UseDownloader } from "react-use-downloader/dist/types"; type DownloadQuoteDialogProps = Omit & { onFinishDownload: () => void;