redux-toolkit -> redux 마이그레이션 및 TAxios 로직 수정
This commit is contained in:
@@ -4,18 +4,18 @@ import { useDispatch } from "react-redux";
|
||||
|
||||
import ThemeDecorator from "@enact/sandstone/ThemeDecorator";
|
||||
|
||||
import { getBrandList } from "../features/brand/brandsSlice";
|
||||
import { getAuthenticationCode } from "../features/device/deviceSlice";
|
||||
import { getBrandList } from "../actions/brandActions";
|
||||
import { getAuthenticationCode } from "../actions/deviceActions";
|
||||
import {
|
||||
getHomeMenu,
|
||||
getHomeLayout,
|
||||
getHomeMainContents,
|
||||
getHomeMenu,
|
||||
getThemeCurationInfo,
|
||||
} from "../features/home/homeSlice";
|
||||
import { getMyRecommandedKeyword } from "../features/mypage/myPageSlice";
|
||||
import { getOnSaleInfo } from "../features/onSale/onSaleSlice";
|
||||
import { getSubCategory, getTop20Show } from "../features/main/mainSlice";
|
||||
import { getBestSeller } from "../features/product/productSlice";
|
||||
} from "../actions/homeActions";
|
||||
import { getSubCategory, getTop20Show } from "../actions/mainActions";
|
||||
import { getMyRecommandedKeyword } from "../actions/myPageActions";
|
||||
import { getOnSaleInfo } from "../actions/onSaleActions";
|
||||
import { getBestSeller } from "../actions/productActions";
|
||||
import MainView from "../views/MainView/MainView";
|
||||
import css from "./App.module.less";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user