@@ -37,17 +37,20 @@ import { ActivityEffects } from './modules/activities-management/store/activity-
3737import { ProjectEffects } from './modules/project-management/store/project.effects' ;
3838import { reducers , metaReducers } from './reducers' ;
3939import { environment } from '../environments/environment' ;
40- import { CustomerComponent } from './modules/customer/pages/customer.component' ;
41- import { CustomerTableListComponent } from './modules/customer/components/customer-table-list/customer-table-list.component' ;
42- import { SearchComponent } from './modules/customer/components/search/search.component' ;
43- // tslint:disable-next-line:import-spacing
44- import { ManagmentCustomerProjectsComponent }
45- from './modules/customer/components/managment-customer-projects/managment-customer-projects.component' ;
46- import { InputCustomerComponent } from './modules/customer/components/input-customer/input-customer' ;
47- import { InputProjectComponent } from './modules/customer/components/input-project/input-project.component' ;
48- import { ProjectTableListComponent } from './modules/customer/components/project-table-list/project-table-list.component' ;
49- import { ProjectTypeTableListComponent } from './modules/customer/components/project-type-table-list/project-type-table-list.component' ;
50- import { InputProjectTypeComponent } from './modules/customer/components/input-project-type/input-project-type.component' ;
40+ import { CustomerComponent } from './modules/customer-managment/pages/customer.component' ;
41+ // tslint:disable-next-line: max-line-length
42+ import { CustomerListComponent } from './modules/customer-managment/components/customer-info/components/customer-list/customer-list.component' ;
43+ import { SearchComponent } from './modules/customer-managment/components/search/search.component' ;
44+ // tslint:disable-next-line: max-line-length
45+ import { ManagmentCustomerProjectsComponent } from './modules/customer-managment/components/managment-customer-projects/managment-customer-projects.component' ;
46+ import { CreateCustomerComponent } from './modules/customer-managment/components/customer-info/components/create-customer/create-customer' ;
47+ // tslint:disable-next-line: max-line-length
48+ import { CreateeProjectComponent } from './modules/customer-managment/components/projects/components/create-project/createe-project.component' ;
49+ import { ProjectLiistComponent } from './modules/customer-managment/components/projects/components/project-liist/project-liist.component' ;
50+ // tslint:disable-next-line: max-line-length
51+ import { ProjectTypeListComponent } from './modules/customer-managment/components/projects-type/components/project-type-list/project-type-list.component' ;
52+ // tslint:disable-next-line: max-line-length
53+ import { CreateProjectTypeComponent } from './modules/customer-managment/components/projects-type/components/create-project-type/create-project-type.component' ;
5154
5255@NgModule ( {
5356 declarations : [
@@ -76,14 +79,14 @@ import { InputProjectTypeComponent } from './modules/customer/components/input-p
7679 FilterProjectPipe ,
7780 SearchProjectComponent ,
7881 CustomerComponent ,
79- CustomerTableListComponent ,
82+ CustomerListComponent ,
8083 SearchComponent ,
8184 ManagmentCustomerProjectsComponent ,
82- InputCustomerComponent ,
83- InputProjectComponent ,
84- ProjectTableListComponent ,
85- ProjectTypeTableListComponent ,
86- InputProjectTypeComponent ,
85+ CreateCustomerComponent ,
86+ CreateeProjectComponent ,
87+ ProjectLiistComponent ,
88+ ProjectTypeListComponent ,
89+ CreateProjectTypeComponent ,
8790 ] ,
8891 imports : [
8992 CommonModule ,
0 commit comments