fix(governance): reinstate deleted mock (#4232)

This commit is contained in:
Edd 2023-07-03 15:27:40 +01:00 committed by GitHub
parent 43aff8e359
commit 0850f31855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,5 @@
function ReactMarkdown({ children }) {
return <div>{children}</div>;
}
export default ReactMarkdown;