From 8c760b0844f56449bafd88c46e76f1f0c98aedf0 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Tue, 13 Feb 2024 09:36:03 +0900 Subject: [PATCH] =?UTF-8?q?[HomePanel]=20SubCategory=20=EC=97=90=EB=9F=AC?= =?UTF-8?q?=20=EC=88=98=EC=A0=95=EA=B1=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HomePanel/SubCategory/SubCategory.jsx | 37 +++++++------------ 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx b/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx index 71013afa..7ddae353 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx @@ -1,29 +1,20 @@ -import React, { - useCallback, - useEffect, - useState, -} from 'react'; +import React, { useCallback, useEffect, useState } from "react"; -import { - useDispatch, - useSelector, -} from 'react-redux'; +import { useDispatch, useSelector } from "react-redux"; -import VirtualGridList from '@enact/sandstone/VirtualList'; -import { - SpotlightContainerDecorator, -} from '@enact/spotlight/SpotlightContainerDecorator'; -import Spottable from '@enact/spotlight/Spottable'; -import ri from '@enact/ui/resolution'; +import VirtualGridList from "@enact/sandstone/VirtualList"; +import { SpotlightContainerDecorator } from "@enact/spotlight/SpotlightContainerDecorator"; +import Spottable from "@enact/spotlight/Spottable"; +import ri from "@enact/ui/resolution"; -import { getSubCategory } from '../../../actions/mainActions'; -import { getOnSaleInfo } from '../../../actions/onSaleActions'; -import TBody from '../../../components/TBody/TBody'; -import TGrid from '../../../components/TGrid/TGrid'; -import TItemCard from '../../../components/TItemCard/TItemCard'; -import CategoryNav from '../../HomePanel/SubCategory/CategoryNav'; -import css from '../../HomePanel/SubCategory/SubCategory.module.less'; -import SubCategoryItem from './SubCategoryItem/SubCategoryItem'; +import { getSubCategory } from "../../../actions/mainActions"; +import { getOnSaleInfo } from "../../../actions/onSaleActions"; +import TBody from "../../../components/TBody/TBody"; +import TGrid from "../../../components/TGrid/TGrid"; +import TItemCard from "../../../components/TItemCard/TItemCard"; +import CategoryNav from "../../HomePanel/SubCategory/CategoryNav/CategoryNav"; +import css from "../../HomePanel/SubCategory/SubCategory.module.less"; +import SubCategoryItem from "./SubCategoryItem/SubCategoryItem"; const SpottableComponent = Spottable("div"); const Container = SpotlightContainerDecorator(