diff --git a/client/imports/app/app.module.ts b/client/imports/app/app.module.ts index 5139c7788..a1cbd5a58 100644 --- a/client/imports/app/app.module.ts +++ b/client/imports/app/app.module.ts @@ -6,7 +6,7 @@ import { AccountsModule } from 'angular2-meteor-accounts-ui'; import { Ng2PaginationModule } from 'ng2-pagination'; import { AgmCoreModule } from 'angular2-google-maps/core'; -import { AppComponent } from './app.component'; +import { AppComponent } from "./app.component.web"; import { routes, ROUTES_PROVIDERS } from './app.routes'; import { PARTIES_DECLARATIONS } from './parties'; import { SHARED_DECLARATIONS } from './shared';