mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 10:12:01 +01:00
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
function WidgetCommunication(props) {
|
|
return null;
|
|
}
|
|
|
|
export default WidgetCommunication;
|