mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
7 lines
139 B
TypeScript
7 lines
139 B
TypeScript
import React from 'react';
|
|
|
|
const HandOffComponentListener: React.FC = () => {
|
|
return null;
|
|
};
|
|
|
|
export default HandOffComponentListener;
|