Skip to content

Commit 4f7c9f2

Browse files
committed
Rename import to match file name
1 parent ce1c389 commit 4f7c9f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/modules/IDE/pages/IDEView.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import * as ConsoleActions from '../actions/console';
2929
import { getHTMLFile } from '../reducers/files';
3030
import Overlay from '../../App/components/Overlay';
3131
import About from '../components/About';
32-
import CollectionList from '../components/AddToCollectionList';
32+
import AddToCollectionList from '../components/AddToCollectionList';
3333
import Feedback from '../components/Feedback';
3434
import { CollectionSearchbar } from '../components/Searchbar';
3535

@@ -389,7 +389,7 @@ class IDEView extends React.Component {
389389
previousPath={this.props.ide.previousPath}
390390
actions={<CollectionSearchbar />}
391391
>
392-
<CollectionList
392+
<AddToCollectionList
393393
projectId={this.props.params.project_id}
394394
username={this.props.params.username}
395395
user={this.props.user}

0 commit comments

Comments
 (0)