Routing adjusted
diff --git a/src/app/app.module.ts b/src/app/app.module.ts
index b32d726..1f5a4b4 100644
--- a/src/app/app.module.ts
+++ b/src/app/app.module.ts
@@ -53,6 +53,7 @@
 import { environment } from 'environments/environment';
 import { ContainersModule } from '@shared/containers';
 import { NgbModalModule } from '@ng-bootstrap/ng-bootstrap';
+import { CompanyRoutingModule } from './pages/company/company.routing.module';
 
 /**
  * Get the BaseHref which is defined in the index.html ( <base href="/"> ).
@@ -107,6 +108,7 @@
     ContainersModule,
     ContactsModule,
     PersonsModule,
+    CompanyRoutingModule,
     CompanyModule,
     AdminModule,
     AppRoutingModule,
diff --git a/src/app/pages/company/company.module.ts b/src/app/pages/company/company.module.ts
index 436a0b4..2a3e0e2 100644
--- a/src/app/pages/company/company.module.ts
+++ b/src/app/pages/company/company.module.ts
@@ -61,7 +61,7 @@
     StoreModule.forFeature('companyData', companyReducers),
     AgGridModule.withComponents([SetFilterComponent]),
     ContainersModule,
-    CompanyRoutingModule,
+
     EffectsModule.forFeature([CompanyEffect, ContactPersonEffect]),
   ],
   declarations: [