chore (rewrite): breadcrumb fix after test

This commit is contained in:
MickaelK 2023-12-31 16:28:36 +11:00
parent 3be2ea460c
commit 68a0df1189

View file

@ -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();