redux-toolkit -> redux 마이그레이션 및 TAxios 로직 수정

This commit is contained in:
hyunwoo93.cha
2024-02-01 01:44:12 +09:00
parent a812c70ebe
commit 1c9ce1c5b8
90 changed files with 2228 additions and 1943 deletions

View File

@@ -1,20 +1,12 @@
import React, {
useCallback,
useEffect,
useState,
useMemo,
useRef,
} from "react";
import React, { useEffect } from "react";
import { useDispatch, useSelector } from "react-redux";
import classNames from "classnames";
import { $L } from "../../../utils/helperMethods";
import { Job } from "@enact/core/util";
import { SpotlightContainerDecorator } from "@enact/spotlight/SpotlightContainerDecorator";
import Spotlight from "@enact/spotlight";
import Spottable from "@enact/spotlight/Spottable";
import { getOnSaleInfo } from "../../../features/onSale/onSaleSlice";
import { getOnSaleInfo } from "../../../actions/onSaleActions";
import { $L } from "../../../utils/helperMethods";
import css from "./OnSale.module.less";
const Container = SpotlightContainerDecorator(