mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix bugs.
This commit is contained in:
@@ -5,6 +5,7 @@ import { BrowserRouter } from 'react-router-dom';
|
||||
import App from 'components/App';
|
||||
import * as serviceWorker from 'serviceWorker';
|
||||
import createStore from 'store/createStore';
|
||||
import AppProgress from 'components/NProgress/AppProgress';
|
||||
|
||||
ReactDOM.render(
|
||||
<Provider store={createStore}>
|
||||
@@ -15,6 +16,13 @@ ReactDOM.render(
|
||||
document.getElementById('root')
|
||||
);
|
||||
|
||||
ReactDOM.render(
|
||||
<Provider store={createStore}>
|
||||
<AppProgress />
|
||||
</Provider>,
|
||||
document.getElementById('nprogress')
|
||||
);
|
||||
|
||||
// If you want your app to work offline and load faster, you can change
|
||||
// unregister() to register() below. Note this comes with some pitfalls.
|
||||
// Learn more about service workers: https://bit.ly/CRA-PWA
|
||||
|
||||
Reference in New Issue
Block a user