add waller adapter

This commit is contained in:
Ayush Acharjya
2024-10-25 21:00:02 +01:00
parent e8d9014b6a
commit ad21900f59

View File

@@ -0,0 +1,9 @@
import React from 'react'
const WalletAdapter = () => {
return (
<div>WalletAdapter</div>
)
}
export default WalletAdapter