mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-12 05:33:23 +00:00
9 lines
132 B
TypeScript
9 lines
132 B
TypeScript
import React from 'react'
|
|
|
|
const WalletAdapter = () => {
|
|
return (
|
|
<div>WalletAdapter</div>
|
|
)
|
|
}
|
|
|
|
export default WalletAdapter |