From 9245003dd92411688e912c2581333ec1ed7f2f85 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Wed, 27 Jan 2021 07:26:31 +0100 Subject: [PATCH] Export back-button --- projects/common/src/fm/common.module.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/common/src/fm/common.module.ts b/projects/common/src/fm/common.module.ts index 007b100..c0ed2d3 100644 --- a/projects/common/src/fm/common.module.ts +++ b/projects/common/src/fm/common.module.ts @@ -152,7 +152,8 @@ export { HasClaimDirective, UserMenuComponent, GradientComponent, - GradientSelectComponent + GradientSelectComponent, + BackButtonComponent ] }) export class AppCommonModule {