Skip to content

Commit

Permalink
Adding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EPAM\Sanket_Joshi committed Sep 25, 2024
1 parent 60fb7de commit c6c1338
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/ui/Business/ResumeDownloader.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { useTranslation } from "react-i18next";
import { DownloadIcon, FileTextIcon } from "@radix-ui/react-icons";
import { useFileDownload } from "@/hooks/use-file-download";
import { useEffect } from "react";

export const ResumeDownloader = () => {
const { t } = useTranslation("home");
Expand Down

0 comments on commit c6c1338

Please sign in to comment.