Files
hoanghapc_nextJs/src/app/tin-tuc/page.tsx

9 lines
141 B
TypeScript
Raw Normal View History

2025-12-30 18:05:53 +07:00
import ArticleHome from "@/components/article/Home";
export default function Home() {
return (
<ArticleHome slug="" />
)
}