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 {