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
2026-01-14 17:31:59 +07:00
import ArticleHome from "@/components/article/home";
2025-12-30 18:05:53 +07:00
export default function Home() {
return (
<ArticleHome slug="" />
)
}