i dont like ts standard (sorry for the bad message thin)
This commit is contained in:
parent
5e22b36c2f
commit
8177513887
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
// @ts-expect-error
|
|
||||||
import flowIcon from './assets/flow.png'
|
import flowIcon from './assets/flow.png'
|
||||||
|
|
||||||
class Preloader {
|
class Preloader {
|
||||||
|
|
@ -8,7 +7,7 @@ class Preloader {
|
||||||
this.element = document.createElement('preloader')
|
this.element = document.createElement('preloader')
|
||||||
|
|
||||||
this.element.innerHTML = `
|
this.element.innerHTML = `
|
||||||
<img src="${flowIcon as string}" width="150px">
|
<img src="${flowIcon}" width="150px">
|
||||||
<div class="done"></div>
|
<div class="done"></div>
|
||||||
<div class="status"></div>
|
<div class="status"></div>
|
||||||
`
|
`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue