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;