Remove default

This commit is contained in:
MrTimscampi 2020-08-12 15:18:13 +02:00
parent 0feb4f1e36
commit ed4e733a64

View File

@ -1440,7 +1440,7 @@ import 'css!assets/css/videoosd';
});
} catch (e) {
import('appRouter').then(({default: appRouter}) => {
appRouter.default.goHome();
appRouter.goHome();
});
}
});