BreadcrumbItem.js 96 Bytes
import template from "./BreadcrumbItem.html";

class BreadcrumbItem {
    template = template;
}