feat: added danger zone

This commit is contained in:
Hemakshi Sachdev
2019-02-21 21:47:22 +05:30
committed by mrugesh mohapatra
parent 2a61d4327c
commit e51b8bfaca
6 changed files with 262 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ import Internet from '../components/settings/Internet';
import Portfolio from '../components/settings/Portfolio';
import Honesty from '../components/settings/Honesty';
import Certification from '../components/settings/Certification';
import DangerZone from '../components/settings/DangerZone';
import RedirectHome from '../components/RedirectHome';
const propTypes = {
@@ -254,6 +255,7 @@ function ShowSettings(props) {
verifyCert={verifyCert}
/>
<Spacer />
<DangerZone />
</main>
</Grid>
</Fragment>