mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
function WidgetCommunication(props) {
|
|
return null;
|
|
}
|
|
|
|
export default WidgetCommunication;
|