Skip to content

Commit 60e97d3

Browse files
committed
js => jsx
1 parent b9e7a47 commit 60e97d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mwdb/web/src/components/ShowObject/Views/RelatedFilesTab.js renamed to mwdb/web/src/components/ShowObject/Views/RelatedFilesTab.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ import {
1010
faArchive,
1111
} from "@fortawesome/free-solid-svg-icons";
1212

13+
import { APIContext } from "@mwdb-web/commons/api";
1314
import { ObjectContext } from "@mwdb-web/commons/context";
1415
import {
1516
ObjectAction,
1617
ObjectTab,
1718
ConfirmationModal,
1819
} from "@mwdb-web/commons/ui";
19-
import { APIContext } from "@mwdb-web/commons/api/context";
2020
import { humanFileSize, downloadData } from "@mwdb-web/commons/helpers";
2121
import ReactModal from "react-modal";
2222

0 commit comments

Comments
 (0)