mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-20 03:36:46 +00:00
Update app.module.ts
This commit is contained in:
parent
6d023828ec
commit
26153aa0e7
@ -606,4 +606,6 @@ import { ApplianceInfoDialogComponent } from './components/project-map/new-templ
|
||||
],
|
||||
bootstrap: [AppComponent]
|
||||
})
|
||||
export class AppModule {}
|
||||
export class AppModule {
|
||||
constructor(protected _googleAnalyticsService: GoogleAnalyticsService) { }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user