Fix path in filesize component

This commit is contained in:
Talia 2022-06-09 15:11:02 +02:00
parent 56323d9a7b
commit cf565c3eaf
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import {text, html} from '../skooma.js'
import element from "/element.js"
import element from "../element.js"
element(class FileSize extends HTMLElement {
static attributes = {file: true}