Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid-80 committed Jul 16, 2024
1 parent c7c4523 commit 9ec7728
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/shared/FileStatusModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ import {
} from "../ui/alert-dialog";
import { Badge } from "../ui/badge";
import { Button } from "../ui/button";
import { useSelector } from "react-redux";
import { RootState } from "@/config/store";
import { changeToPublicUrl, updateFileUrl } from "@/lib/API-URLs";
import { FILE } from "@/app/dashboard/_components/FileList";
import createAxiosInstance from "@/config/AxiosProtectedRoute";
import { CheckCircle2 } from "lucide-react";
import { FILE } from "@/types/types";

type Props = {
dialogTitle: string;
Expand Down

0 comments on commit 9ec7728

Please sign in to comment.