Move core logic to core/ inner folder and import changes

This commit is contained in:
Abhas
2018-10-08 08:00:28 +05:30
parent f9c7177bfd
commit 11917f9520
8 changed files with 202 additions and 182 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import 'babel-polyfill';
// tslint:disable-next-line:ordered-imports
import { runMain } from './gh';
import { runMain } from './core/gh';
// tslint:disable-next-line:only-arrow-functions
(function(currentWindow: Window) {