import { BaseCommentPlugin } from '@platejs/comment';
import { CommentLeafStatic } from '@/registry/ui/comment-node-static';
export const BaseCommentKit = [
BaseCommentPlugin.withComponent(CommentLeafStatic),
];
npx shadcn@latest add @plate/comment-base-kitimport { CommentBaseKit } from "@/components/comment-base-kit"<CommentBaseKit />