Rename import to match file name
This commit is contained in:
parent
ce1c389505
commit
4f7c9f24b8
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ import * as ConsoleActions from '../actions/console';
|
||||||
import { getHTMLFile } from '../reducers/files';
|
import { getHTMLFile } from '../reducers/files';
|
||||||
import Overlay from '../../App/components/Overlay';
|
import Overlay from '../../App/components/Overlay';
|
||||||
import About from '../components/About';
|
import About from '../components/About';
|
||||||
import CollectionList from '../components/AddToCollectionList';
|
import AddToCollectionList from '../components/AddToCollectionList';
|
||||||
import Feedback from '../components/Feedback';
|
import Feedback from '../components/Feedback';
|
||||||
import { CollectionSearchbar } from '../components/Searchbar';
|
import { CollectionSearchbar } from '../components/Searchbar';
|
||||||
|
|
||||||
|
@ -389,7 +389,7 @@ class IDEView extends React.Component {
|
||||||
previousPath={this.props.ide.previousPath}
|
previousPath={this.props.ide.previousPath}
|
||||||
actions={<CollectionSearchbar />}
|
actions={<CollectionSearchbar />}
|
||||||
>
|
>
|
||||||
<CollectionList
|
<AddToCollectionList
|
||||||
projectId={this.props.params.project_id}
|
projectId={this.props.params.project_id}
|
||||||
username={this.props.params.username}
|
username={this.props.params.username}
|
||||||
user={this.props.user}
|
user={this.props.user}
|
||||||
|
|
Loading…
Reference in a new issue