Skip to content

Commit

Permalink
js => jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Jan 23, 2023
1 parent b9e7a47 commit 60e97d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ import {
faArchive,
} from "@fortawesome/free-solid-svg-icons";

import { APIContext } from "@mwdb-web/commons/api";
import { ObjectContext } from "@mwdb-web/commons/context";
import {
ObjectAction,
ObjectTab,
ConfirmationModal,
} from "@mwdb-web/commons/ui";
import { APIContext } from "@mwdb-web/commons/api/context";
import { humanFileSize, downloadData } from "@mwdb-web/commons/helpers";
import ReactModal from "react-modal";

Expand Down

0 comments on commit 60e97d3

Please sign in to comment.