aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client-frankfurt/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client-frankfurt/src/main.ts')
-rw-r--r--cds-ui/client-frankfurt/src/main.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/cds-ui/client-frankfurt/src/main.ts b/cds-ui/client-frankfurt/src/main.ts
deleted file mode 100644
index c7b673cf4..000000000
--- a/cds-ui/client-frankfurt/src/main.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-import { enableProdMode } from '@angular/core';
-import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
-
-import { AppModule } from './app/app.module';
-import { environment } from './environments/environment';
-
-if (environment.production) {
- enableProdMode();
-}
-
-platformBrowserDynamic().bootstrapModule(AppModule)
- .catch(err => console.error(err));