feat: enhance blog detail page with engagement features including likes and comments

This commit is contained in:
poyrazavsever
2026-03-10 21:11:13 +03:00
parent d262b391c9
commit 5d83541761
4 changed files with 438 additions and 122 deletions
+3
View File
@@ -1,3 +1,5 @@
"use client";
import { Badge, Card, Typography } from "poyraz-ui/atoms";
import {
ArticleCard,
@@ -68,6 +70,7 @@ export function BlogContent() {
))}
</div>
</Card>
</div>
</div>