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:
parent
22296fe14b
commit
a11d67090a
@ -39,8 +39,8 @@ export class App extends React.Component {
|
|||||||
static rootElem = document.getElementById('app');
|
static rootElem = document.getElementById('app');
|
||||||
|
|
||||||
static async init() {
|
static async init() {
|
||||||
// await i18nStore.init();
|
await i18nStore.init();
|
||||||
// await configStore.init();
|
await configStore.init();
|
||||||
render(<App/>, App.rootElem);
|
render(<App/>, App.rootElem);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user