SearchPanel 작업 진행 중 - chw
This commit is contained in:
@@ -10,6 +10,7 @@ import { getHomeMenu } from "../features/home/homeSlice";
|
||||
import { getOnSaleInfo } from "../features/onSale/onSaleSlice";
|
||||
import MainView from "../views/MainView/MainView";
|
||||
import css from "./App.module.less";
|
||||
import { getMyRecommandedKeyword } from "../features/mypage/myPageSlice";
|
||||
|
||||
function AppBase(props) {
|
||||
const dispatch = useDispatch();
|
||||
@@ -19,6 +20,7 @@ function AppBase(props) {
|
||||
dispatch(getHomeMenu());
|
||||
dispatch(getOnSaleInfo({ categoryIncFlag: "Y", lgCatCd: "" }));
|
||||
dispatch(getBrandList());
|
||||
dispatch(getMyRecommandedKeyword());
|
||||
}, [dispatch]);
|
||||
|
||||
return <MainView />;
|
||||
|
||||
Reference in New Issue
Block a user