mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
chore (rewrite): breadcrumb fix after test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user