.
This commit is contained in:
parent
445d1bfb0e
commit
543ceb69f2
@ -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<UseDownloader, "download"> & {
|
||||
onFinishDownload: () => void;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user