mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
WIP feature/ Dashboard_breadcrumbs & fix_localize
This commit is contained in:
@@ -6,7 +6,12 @@ import App from 'components/App';
|
||||
import * as serviceWorker from 'serviceWorker';
|
||||
import createStore from 'store/createStore';
|
||||
import AppProgress from 'components/NProgress/AppProgress';
|
||||
import { setLocale } from 'yup';
|
||||
import {locale} from 'lang/en/locale';
|
||||
|
||||
|
||||
|
||||
setLocale(locale)
|
||||
ReactDOM.render(
|
||||
<Provider store={createStore}>
|
||||
<BrowserRouter>
|
||||
|
||||
Reference in New Issue
Block a user