[API] 테마 큐레이션 추가
Detail Notes : 1. Hot Picks 작업을 위한 api 추가
This commit is contained in:
@@ -10,6 +10,7 @@ import {
|
||||
getHomeMenu,
|
||||
getHomeLayout,
|
||||
getHomeMainContents,
|
||||
getThemeCurationInfo,
|
||||
} from "../features/home/homeSlice";
|
||||
import { getMyRecommandedKeyword } from "../features/mypage/myPageSlice";
|
||||
import { getOnSaleInfo } from "../features/onSale/onSaleSlice";
|
||||
@@ -40,6 +41,7 @@ function AppBase(props) {
|
||||
})
|
||||
);
|
||||
dispatch(getTop20Show());
|
||||
dispatch(getThemeCurationInfo());
|
||||
}, [dispatch]);
|
||||
|
||||
return <MainView />;
|
||||
|
||||
Reference in New Issue
Block a user