mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
|
const HandoffComponent = () => {
|
||
|
return null;
|
||
|
};
|
||
|
|
||
|
export default HandoffComponent;
|