Init connect button component
parent
ce13350d5d
commit
1754b0a04a
|
@ -0,0 +1,7 @@
|
|||
export default function ConnectBtn() {
|
||||
return (
|
||||
<div>
|
||||
<button>Connect button</button>
|
||||
</div>
|
||||
);
|
||||
}
|
Loading…
Reference in New Issue