pull/1/head
Grandschtroumpf 6 years ago
parent 299ffd2d97
commit e7c3ebf260
  1. 6
      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()

Loading…
Cancel
Save