Skip to content

Commit

Permalink
feat: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Jun 23, 2022
1 parent 6af3634 commit e78688f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workbench/browser/src/app/shared/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const COMPONENTS = [ToolbarComponent, SidebarComponent, NavbarComponent, PageNot
],
declarations: [WebviewDirective, ...COMPONENTS, ApiParamsNumPipe, PageBlankComponent, PageFeaturePreviewComponent],
providers: [ModalService],
// schemas: [CUSTOM_ELEMENTS_SCHEMA],
schemas: [CUSTOM_ELEMENTS_SCHEMA],
exports: [WebviewDirective, ...COMPONENTS, ApiParamsNumPipe],
})
export class SharedModule {}

0 comments on commit e78688f

Please sign in to comment.