From 92d81a745f633f3f755baa700780c643dc941be8 Mon Sep 17 00:00:00 2001 From: Sam Lin Date: Thu, 7 Nov 2019 08:54:54 -0600 Subject: [PATCH] Update modules/effects/src/index.ts Co-Authored-By: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> --- modules/effects/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/effects/src/index.ts b/modules/effects/src/index.ts index cd697f3021..8b0f731ee6 100644 --- a/modules/effects/src/index.ts +++ b/modules/effects/src/index.ts @@ -10,7 +10,7 @@ export { EffectSources } from './effect_sources'; export { EffectNotification } from './effect_notification'; export { ROOT_EFFECTS_INIT, - rootEffectsInitAction, + rootEffectsInit, } from './effects_root_module'; export { act } from './act'; export {