Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jadmsaadaot committed Sep 24, 2024
1 parent 67760ab commit 3eb1b4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions submit-web/src/components/Submission/DocumentRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import {
Typography,
} from "@mui/material";
import { BCDesignTokens } from "epic.theme";
import SubmissionStatusChip from "./SubmissionStatusChip";
import { Submission, SUBMISSION_STATUS } from "@/models/Submission";
import { Submission } from "@/models/Submission";
import { downloadObject } from "@/hooks/api/useObjectStorage";
import { useState } from "react";
import { notify } from "../Shared/Snackbar/snackbarStore";
Expand Down

0 comments on commit 3eb1b4c

Please sign in to comment.