From 4f7c9f24b8f061fc0baa6e11714d114b61e0299d Mon Sep 17 00:00:00 2001 From: Andrew Nicolaou Date: Mon, 25 Nov 2019 21:19:22 +0100 Subject: [PATCH] Rename import to match file name --- client/modules/IDE/pages/IDEView.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/modules/IDE/pages/IDEView.jsx b/client/modules/IDE/pages/IDEView.jsx index 37fcefd1..55a0b188 100644 --- a/client/modules/IDE/pages/IDEView.jsx +++ b/client/modules/IDE/pages/IDEView.jsx @@ -29,7 +29,7 @@ import * as ConsoleActions from '../actions/console'; import { getHTMLFile } from '../reducers/files'; import Overlay from '../../App/components/Overlay'; import About from '../components/About'; -import CollectionList from '../components/AddToCollectionList'; +import AddToCollectionList from '../components/AddToCollectionList'; import Feedback from '../components/Feedback'; import { CollectionSearchbar } from '../components/Searchbar'; @@ -389,7 +389,7 @@ class IDEView extends React.Component { previousPath={this.props.ide.previousPath} actions={} > -