chore: remove copied dir

This commit is contained in:
Matthew Russell 2023-06-12 12:38:51 -07:00
parent cc7f403718
commit 8f966a4ba6
No known key found for this signature in database

View File

@ -1,6 +0,0 @@
function ReactMarkdown({ children }) {
// eslint-disable-next-line react/jsx-no-useless-fragment
return <>{children}</>;
}
export default ReactMarkdown;