diff --git a/src/app.js b/src/app.js index ba504b4149..23b1f349ac 100644 --- a/src/app.js +++ b/src/app.js @@ -365,10 +365,16 @@ Please make a backup of your contracts and start using http://remix.ethereum.org pluginManagerComponent.setApp(appManager) pluginManagerComponent.setStore(appStore) +<<<<<<< HEAD <<<<<<< HEAD self._components.mainview.init() ======= +======= + // Need to have Home initialized before VerticalIconComponent render to access profile of it for icon + const landingPage = new LandingPage(appManager, appStore) + +>>>>>>> Fix tests self._components.editorpanel.init() >>>>>>> standard self._components.fileManager.init()