Updates
This commit is contained in:
1
lowcoder/client/config/test/mocks/markdown-url-module.js
Normal file
1
lowcoder/client/config/test/mocks/markdown-url-module.js
Normal file
@@ -0,0 +1 @@
|
||||
export default "";
|
||||
5
lowcoder/client/config/test/mocks/react-markdown.js
vendored
Normal file
5
lowcoder/client/config/test/mocks/react-markdown.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
function ReactMarkdown({ children }) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
|
||||
export default ReactMarkdown;
|
||||
Reference in New Issue
Block a user