mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-13 02:38:15 +01:00
4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
// mock 'react-markdown' package/component
|
|
|
|
module.exports.default = (props: any) => <>{props.children}</>;
|