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(