Migration to AGL gerrit (update go import)
[src/xds/xds-agent.git] / webapp / src / app / pages / pages.module.ts
index edd7485..42a9a84 100644 (file)
@@ -1,6 +1,6 @@
 /**
 * @license
-* Copyright (C) 2017 "IoT.bzh"
+* Copyright (C) 2017-2018 "IoT.bzh"
 * Author Sebastien Douheret <sebastien@iot.bzh>
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
@@ -21,6 +21,7 @@ import { ToasterModule } from 'angular2-toaster';
 
 import { PagesComponent } from './pages.component';
 import { AboutModule } from './about/about.module';
+import { ConfirmModule } from './confirm/confirm.module';
 import { DashboardModule } from './dashboard/dashboard.module';
 import { BuildModule } from './build/build.module';
 import { ProjectsModule } from './projects/projects.module';
@@ -39,6 +40,7 @@ const PAGES_COMPONENTS = [
     PagesRoutingModule,
     ThemeModule,
     AboutModule,
+    ConfirmModule,
     BuildModule,
     DashboardModule,
     ProjectsModule,