rsanchez
2017-03-22 60c65f2110f65221bc3a71b2887667e78c53c53e
securis/src/main/webapp/src/app/app.module.ts
....@@ -35,11 +35,11 @@
3535
3636 import { LoginFormComponent } from './forms/login.form.component';
3737 import { LicenseFormComponent } from './forms/license.form.component';
38
+import { ApplicationFormComponent } from './forms/application.form.component';
39
+import { PackFormComponent } from "./forms/pack.form.component";
3840 import { LicenseTypeFormComponent } from './forms/licensetype.form.component';
3941 import { OrganizationFormComponent } from './forms/organization.form.component';
4042 import { UserFormComponent } from './forms/user.form.component';
41
-import { ApplicationFormComponent } from './forms/application.form.component';
42
-import { PackFormComponent } from "./forms/pack.form.component";
4343
4444
4545 import { appRoutes, appRoutingProviders } from './app.routes';