From d04de392090129c299828948bb7343dd25d6b016 Mon Sep 17 00:00:00 2001 From: Xss20eee <11365542+o-svetlichnyi@users.noreply.github.com> Date: Mon, 22 Feb 2021 17:04:42 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9A=EF=B8=8F=20fixing=20typo?= =?UTF-8?q?=20for=20navigationBarReducer=20(#114)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/misc/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/faq.md b/docs/misc/faq.md index df66688e..460932f3 100644 --- a/docs/misc/faq.md +++ b/docs/misc/faq.md @@ -15,7 +15,7 @@ If you have components that should be available throughout the app, like a `Navi import { combineReducers } from '@reduxjs/toolkit'; ... -import { reducer } from 'components/NavigationBar/slice'; +import { reducer as navigationBarReducer } from 'components/NavigationBar/slice'; export function createReducer(injectedReducers: InjectedReducersType = {}) { const rootReducer = combineReducers({