File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed
containers/SequenceSearch/components/Results Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import { connect } from "react-redux" ;
3
3
4
- import * as actions from 'actions/actionTypes' ;
5
4
import * as actionCreators from 'actions/actions' ;
6
5
7
6
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import { connect } from "react-redux" ;
3
3
4
- import * as actions from 'actions/actionTypes' ;
5
4
import * as actionCreators from 'actions/actions' ;
6
5
7
6
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import Facets from 'containers/SequenceSearch/components/Results/components/Face
5
5
import Hit from 'containers/SequenceSearch/components/Results/components/Hit.jsx' ;
6
6
7
7
import 'containers/SequenceSearch/components/Results/index.scss' ;
8
- import routes from 'services/routes.jsx' ;
9
8
import * as actionCreators from 'actions/actions' ;
10
9
11
10
Original file line number Diff line number Diff line change 1
- import routes from "../services/routes.jsx" ;
2
1
import * as actions from "../actions/actionTypes" ;
3
- import * as actionCreators from "../actions/actions" ;
4
2
import initialState from "../store/initialState" ;
5
3
6
4
You can’t perform that action at this time.
0 commit comments