diff --git a/src/app/learn-how/learn-how.component.html b/src/app/learn-how/learn-how.component.html index 4c5a525..294088c 100644 --- a/src/app/learn-how/learn-how.component.html +++ b/src/app/learn-how/learn-how.component.html @@ -92,7 +92,7 @@
- +
diff --git a/src/app/learn-how/learn-how.module.ts b/src/app/learn-how/learn-how.module.ts index d3b8aea..b6579c3 100644 --- a/src/app/learn-how/learn-how.module.ts +++ b/src/app/learn-how/learn-how.module.ts @@ -10,12 +10,12 @@ import {GifSliderModule} from "../openaireLibrary/utils/gif-slider/gif-slider.mo import {HelperModule} from "../openaireLibrary/utils/helper/helper.module"; import {Schema2jsonldModule} from "../openaireLibrary/sharedComponents/schema2jsonld/schema2jsonld.module"; import {SEOServiceModule} from "../openaireLibrary/sharedComponents/SEO/SEOService.module"; -import {MethodologyModule} from "../openaireLibrary/monitor/methodology/methodology.module"; +import {HowModule} from "../openaireLibrary/monitor/how/how.module"; @NgModule({ imports: [ CommonModule, RouterModule, LearnHowRoutingModule, GifSliderModule, HelperModule, - Schema2jsonldModule, SEOServiceModule, MethodologyModule + Schema2jsonldModule, SEOServiceModule, HowModule ], declarations: [ LearnHowComponent