1
0
Fork 0
mirror of https://github.com/BlueWallet/BlueWallet.git synced 2025-03-13 19:16:52 +01:00
BlueWallet/components/HandOffComponentListener.tsx

8 lines
139 B
TypeScript
Raw Normal View History

import React from 'react';
const HandOffComponentListener: React.FC = () => {
return null;
};
export default HandOffComponentListener;