pull/5370/head
filip mertens 1 year ago
parent 39f146be9a
commit c817d5ab3d
  1. 1
      apps/remix-ide/src/app/components/preload.tsx

@ -29,6 +29,7 @@ export const Preload = () => {
)
function loadAppComponent() {
// log time
console.log('app import', new Date().toLocaleString())
import('../../app')
.then((AppComponent) => {

Loading…
Cancel
Save