Skip to content

Commit a0e561e

Browse files
committed
fix: remove unused import
1 parent 71ed5a2 commit a0e561e

File tree

1 file changed

+0
-3
lines changed
  • src/components/Chart/views/Training/Archive

1 file changed

+0
-3
lines changed

src/components/Chart/views/Training/Archive/index.js

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from "react";
22
import { withRouter } from "react-router-dom";
33
import { inject, observer } from "mobx-react";
4-
import Modal from "react-bootstrap4-modal";
54

65
import Modals from "./Modals";
76
import RightPanel from "../../../commons/RightPanel";
@@ -10,8 +9,6 @@ import MultiTitle from "../../../../widgets/TrainingMonitor/components/MultiTitl
109
import GeneralInfo from "../../../../widgets/TrainingMonitor/components/GeneralInfo";
1110
import MeasureHistArray from "../../../../widgets/TrainingMonitor/components/MeasureHistArray";
1211

13-
import PublishTrainingModal from "../../../../widgets/modals/PublishTrainingModal";
14-
1512
@inject("modalStore")
1613
@inject("modelRepositoriesStore")
1714
@inject("configStore")

0 commit comments

Comments
 (0)