async index

pull/2274/head
filip mertens 3 years ago
parent a172f41820
commit 95b01c8691
  1. 3
      apps/remix-ide/src/index.tsx

@ -8,6 +8,7 @@ import Config from './config'
import Registry from './app/state/registry'
import { Storage } from '@remix-project/remix-lib'
(async function () {
try {
const configStorage = new Storage('config-v0.8:')
const config = new Config(configStorage);
@ -22,6 +23,6 @@ render(
</React.StrictMode>,
document.getElementById('root')
)
})()

Loading…
Cancel
Save