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