File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import * as ConsoleActions from '../actions/console';
29
29
import { getHTMLFile } from '../reducers/files' ;
30
30
import Overlay from '../../App/components/Overlay' ;
31
31
import About from '../components/About' ;
32
- import CollectionList from '../components/AddToCollectionList' ;
32
+ import AddToCollectionList from '../components/AddToCollectionList' ;
33
33
import Feedback from '../components/Feedback' ;
34
34
import { CollectionSearchbar } from '../components/Searchbar' ;
35
35
@@ -389,7 +389,7 @@ class IDEView extends React.Component {
389
389
previousPath = { this . props . ide . previousPath }
390
390
actions = { < CollectionSearchbar /> }
391
391
>
392
- < CollectionList
392
+ < AddToCollectionList
393
393
projectId = { this . props . params . project_id }
394
394
username = { this . props . params . username }
395
395
user = { this . props . user }
You can’t perform that action at this time.
0 commit comments