import template from "./BreadcrumbItem.html"; class BreadcrumbItem { props = { href: String, }; template = template; }