Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-11-06 13:33:33 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-11-06 13:33:33 +0300
commitb97e86a7a763ebac35a3390f144da955626ba4db (patch)
treec752671b13608bcd6651f556324fcf031662799a
parent2736fec28516a062d4b69a68d566d295f1393b9a (diff)
style: remove empty line in main.ts
-rw-r--r--assets/ts/main.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/ts/main.ts b/assets/ts/main.ts
index ae6153f..8875a74 100644
--- a/assets/ts/main.ts
+++ b/assets/ts/main.ts
@@ -75,7 +75,6 @@ window.addEventListener('load', () => {
}, 0);
})
-
declare global {
interface Window {
createElement: any;