From 1e84874695956a1ea237deb2535a95fb917d4dfc Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Wed, 27 Jan 2021 07:34:10 +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 c0ed2d3..9e8b720 100644 --- a/projects/common/src/fm/common.module.ts +++ b/projects/common/src/fm/common.module.ts @@ -97,7 +97,8 @@ export { ISenMLItem, IDataLayer, IColor, - IGradientstop + IGradientstop, + BackButtonComponent }; @NgModule({