fix: 调整博客评论工具至客户端组件

This commit is contained in:
2025-12-12 21:21:06 +08:00
parent e6f3459f81
commit ecd86dd0b7

View File

@@ -1,3 +1,4 @@
'use client';
import useSWR from "swr";
import { BlogCommentTool } from "./BlogCommentTool";
import { BlogApi } from "@/lib/api";