mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-13 04:57:03 +00:00
add proposal manager
This commit is contained in:
parent
39234c5d92
commit
de974ec9d2
15
app/components/proposalManager.js
Normal file
15
app/components/proposalManager.js
Normal file
@ -0,0 +1,15 @@
|
||||
import EmbarkJS from 'Embark/EmbarkJS';
|
||||
import ERC20Token from 'Embark/contracts/ERC20Token';
|
||||
import ProposalManagerContract from 'Embark/contracts/ProposalManager'
|
||||
import React, { Fragment } from 'react';
|
||||
import { Form, FormGroup, FormControl, HelpBlock, Button } from 'react-bootstrap';
|
||||
|
||||
const ProposalManager = (props) => {
|
||||
return (
|
||||
<Fragment>
|
||||
<h2>Create way to add proposal</h2>
|
||||
</Fragment>
|
||||
)
|
||||
}
|
||||
|
||||
export default ProposalManager;
|
Loading…
x
Reference in New Issue
Block a user