desktopmerge
filip mertens 1 year ago
parent afe234d6b6
commit ae8ccfd8cf
  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