trucs inutilesé
This commit is contained in:
9
frontend/app/(main)/blogs/page.tsx
Normal file
9
frontend/app/(main)/blogs/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import Blog from "@/components/blog";
|
||||
|
||||
export default function History() {
|
||||
return (
|
||||
<div className="flex flex-col">
|
||||
<Blog />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user