update 30/12

This commit is contained in:
2025-12-30 18:05:53 +07:00
parent 19b55a3d93
commit da37dc67e7
20 changed files with 621 additions and 1319 deletions

8
src/app/tin-tuc/page.tsx Normal file
View File

@@ -0,0 +1,8 @@
import ArticleHome from "@/components/article/Home";
export default function Home() {
return (
<ArticleHome slug="" />
)
}