[mainSlice] 홈화면 popular show 연결을 위한 api
This commit is contained in:
@@ -6,10 +6,14 @@ import ThemeDecorator from "@enact/sandstone/ThemeDecorator";
|
||||
|
||||
import { getBrandList } from "../features/brand/brandsSlice";
|
||||
import { getAuthenticationCode } from "../features/device/deviceSlice";
|
||||
import { getHomeMenu, getHomeLayout, getHomeMainContents } from "../features/home/homeSlice";
|
||||
import {
|
||||
getHomeMenu,
|
||||
getHomeLayout,
|
||||
getHomeMainContents,
|
||||
} from "../features/home/homeSlice";
|
||||
import { getMyRecommandedKeyword } from "../features/mypage/myPageSlice";
|
||||
import { getOnSaleInfo } from "../features/onSale/onSaleSlice";
|
||||
import { getSubCategory } from "../features/main/mainSlice";
|
||||
import { getSubCategory, getTop20Show } from "../features/main/mainSlice";
|
||||
import { getBestSeller } from "../features/product/productSlice";
|
||||
import MainView from "../views/MainView/MainView";
|
||||
import css from "./App.module.less";
|
||||
@@ -35,6 +39,7 @@ function AppBase(props) {
|
||||
filterType: "",
|
||||
})
|
||||
);
|
||||
dispatch(getTop20Show());
|
||||
}, [dispatch]);
|
||||
|
||||
return <MainView />;
|
||||
|
||||
Reference in New Issue
Block a user