Fix path in filesize component
This commit is contained in:
parent
56323d9a7b
commit
cf565c3eaf
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import {text, html} from '../skooma.js'
|
import {text, html} from '../skooma.js'
|
||||||
import element from "/element.js"
|
import element from "../element.js"
|
||||||
|
|
||||||
element(class FileSize extends HTMLElement {
|
element(class FileSize extends HTMLElement {
|
||||||
static attributes = {file: true}
|
static attributes = {file: true}
|
||||||
|
|
Loading…
Reference in a new issue