BlueWallet/components/HandOffComponentListener.tsx
Marcos Rodriguez Velez 40936fe49c
REF: Handoff component
Dont bother on running in android. extract listener from app.js
2024-04-02 21:50:19 -04:00

8 lines
139 B
TypeScript

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