1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

uncomment dashboard app-runner loaders

This commit is contained in:
Roman 2020-06-10 18:16:33 +03:00
parent 22296fe14b
commit a11d67090a

View File

@ -39,8 +39,8 @@ export class App extends React.Component {
static rootElem = document.getElementById('app');
static async init() {
// await i18nStore.init();
// await configStore.init();
await i18nStore.init();
await configStore.init();
render(<App/>, App.rootElem);
};