This commit is contained in:
David Arranz 2024-08-22 19:45:34 +02:00
parent 445d1bfb0e
commit 543ceb69f2

View File

@ -1,3 +1,4 @@
import { UseDownloader } from "@/lib/hooks/useDownloader/types";
import { import {
Button, Button,
Dialog, Dialog,
@ -12,7 +13,6 @@ import {
} from "@/ui"; } from "@/ui";
import { t } from "i18next"; import { t } from "i18next";
import { useEffect, useId } from "react"; import { useEffect, useId } from "react";
import { UseDownloader } from "react-use-downloader/dist/types";
type DownloadQuoteDialogProps = Omit<UseDownloader, "download"> & { type DownloadQuoteDialogProps = Omit<UseDownloader, "download"> & {
onFinishDownload: () => void; onFinishDownload: () => void;