This commit is contained in:
VividTruthKeeper 2023-02-10 13:46:42 +05:00
parent 69819cb908
commit cd31887f80
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ import {
IPostDataAction, IPostDataAction,
} from "../types/store.types"; } from "../types/store.types";
// NewsScroll
export const newsScrollInitialState = { export const newsScrollInitialState = {
data: [ data: [
{ {
@ -65,6 +67,8 @@ export const newsScrollReducer = (
} }
}; };
// Post
export const postInitialState = { export const postInitialState = {
data: { data: {
data: { data: {