Skip to content

Commit e09566f

Browse files
[GLAM-610] Fix problem with SSR
1 parent 96a66a8 commit e09566f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/cris-layout/cris-layout.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ const ENTRY_COMPONENTS = [
184184
TagSearchComponent,
185185
AdvancedAttachmentComponent,
186186
CrisLayoutMediaBoxComponent,
187+
GooglemapsGroupComponent,
188+
OpenstreetmapGroupComponent,
187189
];
188190

189191
@NgModule({
@@ -211,8 +213,6 @@ const ENTRY_COMPONENTS = [
211213
MarkdownComponent,
212214
BitstreamAttachmentComponent,
213215
AttachmentRenderComponent,
214-
GooglemapsGroupComponent,
215-
OpenstreetmapGroupComponent,
216216
],
217217
providers:[ LoadMoreService, NgbActiveModal ],
218218
imports: [

0 commit comments

Comments
 (0)