mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 23:38:57 +01:00
5 lines
85 B
JavaScript
5 lines
85 B
JavaScript
const HandoffComponent = () => {
|
|
return null;
|
|
};
|
|
|
|
export default HandoffComponent;
|