mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
add waller adapter
This commit is contained in:
9
components/WalletAdapter.tsx
Normal file
9
components/WalletAdapter.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
const WalletAdapter = () => {
|
||||
return (
|
||||
<div>WalletAdapter</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default WalletAdapter
|
||||
Reference in New Issue
Block a user