i dont like ts standard (sorry for the bad message thin)

This commit is contained in:
Parrot 2023-10-18 22:09:22 +00:00
parent 5e22b36c2f
commit 8177513887

View file

@ -1,4 +1,3 @@
// @ts-expect-error
import flowIcon from './assets/flow.png'
class Preloader {
@ -8,7 +7,7 @@ class Preloader {
this.element = document.createElement('preloader')
this.element.innerHTML = `
<img src="${flowIcon as string}" width="150px">
<img src="${flowIcon}" width="150px">
<div class="done"></div>
<div class="status"></div>
`