mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-10 01:08:23 +01:00
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
// mock 'react-svg' package
|
|
|
|
module.exports = {
|
|
__esModule: true,
|
|
ReactSVG: () => 'SVG',
|
|
};
|