[HomePanel] SubCategory 에러 수정건
This commit is contained in:
@@ -1,29 +1,20 @@
|
|||||||
import React, {
|
import React, { useCallback, useEffect, useState } from "react";
|
||||||
useCallback,
|
|
||||||
useEffect,
|
|
||||||
useState,
|
|
||||||
} from 'react';
|
|
||||||
|
|
||||||
import {
|
import { useDispatch, useSelector } from "react-redux";
|
||||||
useDispatch,
|
|
||||||
useSelector,
|
|
||||||
} from 'react-redux';
|
|
||||||
|
|
||||||
import VirtualGridList from '@enact/sandstone/VirtualList';
|
import VirtualGridList from "@enact/sandstone/VirtualList";
|
||||||
import {
|
import { SpotlightContainerDecorator } from "@enact/spotlight/SpotlightContainerDecorator";
|
||||||
SpotlightContainerDecorator,
|
import Spottable from "@enact/spotlight/Spottable";
|
||||||
} from '@enact/spotlight/SpotlightContainerDecorator';
|
import ri from "@enact/ui/resolution";
|
||||||
import Spottable from '@enact/spotlight/Spottable';
|
|
||||||
import ri from '@enact/ui/resolution';
|
|
||||||
|
|
||||||
import { getSubCategory } from '../../../actions/mainActions';
|
import { getSubCategory } from "../../../actions/mainActions";
|
||||||
import { getOnSaleInfo } from '../../../actions/onSaleActions';
|
import { getOnSaleInfo } from "../../../actions/onSaleActions";
|
||||||
import TBody from '../../../components/TBody/TBody';
|
import TBody from "../../../components/TBody/TBody";
|
||||||
import TGrid from '../../../components/TGrid/TGrid';
|
import TGrid from "../../../components/TGrid/TGrid";
|
||||||
import TItemCard from '../../../components/TItemCard/TItemCard';
|
import TItemCard from "../../../components/TItemCard/TItemCard";
|
||||||
import CategoryNav from '../../HomePanel/SubCategory/CategoryNav';
|
import CategoryNav from "../../HomePanel/SubCategory/CategoryNav/CategoryNav";
|
||||||
import css from '../../HomePanel/SubCategory/SubCategory.module.less';
|
import css from "../../HomePanel/SubCategory/SubCategory.module.less";
|
||||||
import SubCategoryItem from './SubCategoryItem/SubCategoryItem';
|
import SubCategoryItem from "./SubCategoryItem/SubCategoryItem";
|
||||||
|
|
||||||
const SpottableComponent = Spottable("div");
|
const SpottableComponent = Spottable("div");
|
||||||
const Container = SpotlightContainerDecorator(
|
const Container = SpotlightContainerDecorator(
|
||||||
|
|||||||
Reference in New Issue
Block a user