|
|
|
@ -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(() => { |
|
|
|
|