mirror of
https://github.com/status-im/snt-voting.git
synced 2025-02-23 23:58:13 +00:00
add proposal manager
This commit is contained in:
parent
2f5656f2ed
commit
a60f36a9e2
@ -6,6 +6,7 @@ import EmbarkJS from 'Embark/EmbarkJS';
|
||||
import TopNavbar from './components/topnavbar';
|
||||
import TestTokenUI from './components/testtoken';
|
||||
import ERC20TokenUI from './components/erc20token';
|
||||
import ProposalManager from './components/proposalManager'
|
||||
|
||||
import './dapp.css';
|
||||
|
||||
@ -40,6 +41,9 @@ class App extends React.Component {
|
||||
<Tab eventKey={2} title="ERC20Token">
|
||||
<ERC20TokenUI />
|
||||
</Tab>
|
||||
<Tab eventKey={3} title="ProposalManager">
|
||||
<ProposalManager />
|
||||
</Tab>
|
||||
</Tabs>
|
||||
</div>);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user