improve: render description with markdown

This commit is contained in:
guanghechen 2024-07-10 16:23:41 +08:00
parent 85d144a1e9
commit e775b6ea5e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,5 @@
"use client";
export * from "./ReactMarkdown";
export * from "./context";
export * from "./parser";