fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-10 17:33:55 +01:00
parent 4fedc3585d
commit 8c68dc407e
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,8 @@
background: #222222;
}
</style>
<script type="module" src="./index.ts"></script>
<script src="./index.ts"></script>
</head>
<body>
</body>

View File

@ -48,4 +48,4 @@
"browserslist": [
"last 1 Chrome versions"
]
}
}