Skip to content

Commit a5b8b8b

Browse files
committed
remove comment
1 parent d3a7e04 commit a5b8b8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bindings/ReactMarkdown.res

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ external make: (
33
~children: string,
44
~components: MarkdownComponents.t=?,
55
~rehypePlugins: array<Rehype.rehypePlugin>=?,
6-
) => // ~rehypePlugins: array<MdxRemote.mdxPlugin>=?,
7-
React.element = "default"
6+
) => React.element = "default"

0 commit comments

Comments
 (0)