update
This commit is contained in:
@@ -3,6 +3,9 @@ import SliderHome from './SliderHome';
|
||||
import BoxProductDeal from './BoxDeal';
|
||||
import CategoryFeature from './CategoryFeature';
|
||||
import BoxListCategory from './BoxCategory';
|
||||
import BoxArticle from './BoxArticle';
|
||||
import BoxArticleVideo from './BoxArticleVideo';
|
||||
import BoxReviewCustomer from './BoxReviewCustomer';
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
@@ -17,6 +20,15 @@ const Home = () => {
|
||||
|
||||
{/* DANH SÁCH DANH MỤC */}
|
||||
<BoxListCategory />
|
||||
|
||||
{/* tin tức công nghệ */}
|
||||
<BoxArticle />
|
||||
|
||||
{/* tin tức video */}
|
||||
<BoxArticleVideo />
|
||||
|
||||
{/* đánh giá từa khách hàng */}
|
||||
<BoxReviewCustomer />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user