| .. | .. |
|---|
| 35 | 35 | |
|---|
| 36 | 36 | import { LoginFormComponent } from './forms/login.form.component'; |
|---|
| 37 | 37 | import { LicenseFormComponent } from './forms/license.form.component'; |
|---|
| 38 | +import { ApplicationFormComponent } from './forms/application.form.component'; |
|---|
| 39 | +import { PackFormComponent } from "./forms/pack.form.component"; |
|---|
| 38 | 40 | import { LicenseTypeFormComponent } from './forms/licensetype.form.component'; |
|---|
| 39 | 41 | import { OrganizationFormComponent } from './forms/organization.form.component'; |
|---|
| 40 | 42 | import { UserFormComponent } from './forms/user.form.component'; |
|---|
| 41 | | -import { ApplicationFormComponent } from './forms/application.form.component'; |
|---|
| 42 | | -import { PackFormComponent } from "./forms/pack.form.component"; |
|---|
| 43 | 43 | |
|---|
| 44 | 44 | |
|---|
| 45 | 45 | import { appRoutes, appRoutingProviders } from './app.routes'; |
|---|