05/02
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
|
||||
import ArticleHome from "@/components/article/home";
|
||||
import type { Metadata } from "next";
|
||||
export const metadata: Metadata = {
|
||||
title: "Tin tức ",
|
||||
description: "hoanghapc",
|
||||
};
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<ArticleHome slug="" />
|
||||
<ArticleHome />
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user