import React from 'react'; import SliderHome from './SliderHome'; import BoxProductDeal from './BoxDeal'; import CategoryFeature from './CategoryFeature'; import BoxListCategory from './BoxCategory'; const Home = () => { return (
{/* slider */} {/* deal */} {/* box danh mục nổi bật */} {/* DANH SÁCH DANH MỤC */}
); }; export default Home;