style: remove empty line in main.ts

This commit is contained in:
Jimmy Cai 2020-11-06 11:33:33 +01:00
parent 2736fec285
commit b97e86a7a7

View File

@ -75,7 +75,6 @@ window.addEventListener('load', () => {
}, 0); }, 0);
}) })
declare global { declare global {
interface Window { interface Window {
createElement: any; createElement: any;