cherry picking

This commit is contained in:
gom-by
2025-01-13 16:23:26 +01:00
parent c67262a545
commit eedc4fb3be
4 changed files with 277 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import Blog from "@/components/blog";
export default function History() {
return(
<div className="flex flex-col">
<Blog />
</div>
)
}