We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a66a8 commit e09566fCopy full SHA for e09566f
1 file changed
src/app/cris-layout/cris-layout.module.ts
@@ -184,6 +184,8 @@ const ENTRY_COMPONENTS = [
184
TagSearchComponent,
185
AdvancedAttachmentComponent,
186
CrisLayoutMediaBoxComponent,
187
+ GooglemapsGroupComponent,
188
+ OpenstreetmapGroupComponent,
189
];
190
191
@NgModule({
@@ -211,8 +213,6 @@ const ENTRY_COMPONENTS = [
211
213
MarkdownComponent,
212
214
BitstreamAttachmentComponent,
215
AttachmentRenderComponent,
- GooglemapsGroupComponent,
- OpenstreetmapGroupComponent,
216
],
217
providers:[ LoadMoreService, NgbActiveModal ],
218
imports: [
0 commit comments