mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 13:13:25 +00:00
8 lines
127 B
TypeScript
8 lines
127 B
TypeScript
import React from 'react';
|
|
|
|
const WalletAdapter = () => {
|
|
return <div>WalletAdapter</div>;
|
|
};
|
|
|
|
export default WalletAdapter;
|