diff --git a/src/App.js b/src/App.js index 4024112..56d4753 100644 --- a/src/App.js +++ b/src/App.js @@ -4,7 +4,7 @@ // Global npm libraries import React from 'react' -import { Container, Row, Col } from 'react-bootstrap' +// import { Container, Row, Col } from 'react-bootstrap' import { useQueryParam, StringParam } from 'use-query-params' // Local libraries @@ -16,6 +16,7 @@ import AsyncLoad from './services/async-load' import ServerSelect from './components/servers' import Footer from './components/footer' import GetBalance from './components/balance' +import NavMenu from './components/nav-menu' // Default restURL for a back-end server. let serverURL = 'https://free-bch.fullstack.cash' @@ -100,6 +101,7 @@ class App extends React.Component { <> + {this.state.walletInitialized ? : }