pull/2210/head
filip mertens 3 years ago
parent 630620b06f
commit a2e1d821bf
  1. 2
      apps/remix-ide/src/app/components/preload.tsx

@ -23,8 +23,6 @@ export const Preload = () => {
const testBlockStorage = useRef<boolean>(window.location.hash.includes('e2e_testblock_storage=true') && window.location.host === '127.0.0.1:8080' && window.location.protocol === 'http:')
function loadAppComponent() {
setError(true)
return
import('../../app').then((AppComponent) => {
const appComponent = new AppComponent.default()
appComponent.run().then(() => {

Loading…
Cancel
Save