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,
} from "../types/store.types";
// NewsScroll
export const newsScrollInitialState = {
data: [
{
@ -65,6 +67,8 @@ export const newsScrollReducer = (
}
};
// Post
export const postInitialState = {
data: {
data: {