mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 21:04:46 +01:00
chore (rewrite): breadcrumb fix after test
This commit is contained in:
parent
3be2ea460c
commit
68a0df1189
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { animate, slideYOut, slideYIn, slideXIn, opacityOut } from "../lib/animate.js";
|
||||
import { loadCSS } from "../helpers/loader.js";
|
||||
|
||||
class ComponentBreadcrumb extends HTMLDivElement {
|
||||
class ComponentBreadcrumb extends window.HTMLDivElement {
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
|
|
|
|||
Loading…
Reference in a new issue