Added dashboard

This commit is contained in:
cdricms
2025-01-14 09:48:41 +01:00
parent 09e2716e46
commit fa3dd398e0
27 changed files with 2157 additions and 81 deletions

View File

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