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