From 83415a760c8ce7a1406a8bb90004ece9e8d7bdef Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Wed, 10 Jul 2024 01:09:37 +0100 Subject: [PATCH] Fixing build broken --- lib/core/src/lib/testing/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/src/lib/testing/index.ts b/lib/core/src/lib/testing/index.ts index 478c4ba84c1..9173b2e3aa1 100644 --- a/lib/core/src/lib/testing/index.ts +++ b/lib/core/src/lib/testing/index.ts @@ -17,3 +17,4 @@ export * from './setup-test-bed'; export * from './core.testing.module'; +export * from './core.story.module';