Display blog post

This commit is contained in:
MD. Ariful Alam
2021-08-24 12:07:09 +06:00
parent 154d1ebf99
commit 3b48d147d1
7 changed files with 405 additions and 124 deletions

View File

@@ -153,6 +153,7 @@ function App() {
<div className="lg:col-span-2 col-span-1">
<div className="grid grid-cols-1 gap-6">
<Project />
<Blog />
</div>
</div>
</div>