Commit a0e561e 1 parent 71ed5a2 commit a0e561e Copy full SHA for a0e561e
File tree 1 file changed +0
-3
lines changed
src/components/Chart/views/Training/Archive
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
import { withRouter } from "react-router-dom" ;
3
3
import { inject , observer } from "mobx-react" ;
4
- import Modal from "react-bootstrap4-modal" ;
5
4
6
5
import Modals from "./Modals" ;
7
6
import RightPanel from "../../../commons/RightPanel" ;
@@ -10,8 +9,6 @@ import MultiTitle from "../../../../widgets/TrainingMonitor/components/MultiTitl
10
9
import GeneralInfo from "../../../../widgets/TrainingMonitor/components/GeneralInfo" ;
11
10
import MeasureHistArray from "../../../../widgets/TrainingMonitor/components/MeasureHistArray" ;
12
11
13
- import PublishTrainingModal from "../../../../widgets/modals/PublishTrainingModal" ;
14
-
15
12
@inject ( "modalStore" )
16
13
@inject ( "modelRepositoriesStore" )
17
14
@inject ( "configStore" )
You can’t perform that action at this time.
0 commit comments