From cd31887f809f34f6585b71c909881ce13430764d Mon Sep 17 00:00:00 2001 From: VividTruthKeeper Date: Fri, 10 Feb 2023 13:46:42 +0500 Subject: [PATCH] comments --- src/reducers/dataReducer.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/reducers/dataReducer.ts b/src/reducers/dataReducer.ts index b3ad928..f1acf78 100644 --- a/src/reducers/dataReducer.ts +++ b/src/reducers/dataReducer.ts @@ -6,6 +6,8 @@ import { IPostDataAction, } from "../types/store.types"; +// NewsScroll + export const newsScrollInitialState = { data: [ { @@ -65,6 +67,8 @@ export const newsScrollReducer = ( } }; +// Post + export const postInitialState = { data: { data: {