diff --git a/addon/ng2/blueprints/mobile/files/__path__/system-import.js b/addon/ng2/blueprints/mobile/files/__path__/system-import.js index 0a25c305e2f2..40fb651c0954 100644 --- a/addon/ng2/blueprints/mobile/files/__path__/system-import.js +++ b/addon/ng2/blueprints/mobile/files/__path__/system-import.js @@ -1,3 +1,2 @@ -System.import('system-config.js').then(function () { - System.import('main'); -}).catch(console.error.bind(console)); \ No newline at end of file +System.import('main') + .catch(console.error.bind(console));