diff options
Diffstat (limited to 'client/app/main.ts')
-rw-r--r-- | client/app/main.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/app/main.ts b/client/app/main.ts deleted file mode 100644 index 034c15573..000000000 --- a/client/app/main.ts +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | import {bootstrap} from 'angular2/platform/browser' | ||
2 | import {AppComponent} from './app.component' | ||
3 | |||
4 | bootstrap(AppComponent); | ||