Skip to content

Instantly share code, notes, and snippets.

@jarrodlilkendey
Created March 21, 2022 03:36
Show Gist options
  • Save jarrodlilkendey/5d1a709c42ab7a441729961b48822fa8 to your computer and use it in GitHub Desktop.
Save jarrodlilkendey/5d1a709c42ab7a441729961b48822fa8 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
class Metamask extends Component {
constructor(props) {
super(props);
}
render() {
return(
<div>
</div>
)
}
}
export default Metamask;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment