From: Marc Foley Date: Fri, 18 Jul 2025 12:48:55 +0000 (+0100) Subject: rebase cleanup X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6b5fe2b42f11e5454a43d55a586155a19ebd551;p=thirdparty%2Fgoogle%2Ffonts.git rebase cleanup --- diff --git a/tagger2/index.html b/tagger2/index.html index fa96c7948..0d9eff271 100644 --- a/tagger2/index.html +++ b/tagger2/index.html @@ -38,9 +38,6 @@ import AddCategory from "./AddCategory.js"; import VFView from "./VFView.js"; import { linter } from "./linter.js"; - import AddTags from "./AddTags.js"; - import AddCategory from "./AddCategory.js"; - import VFView from "./VFView.js"; Vue.component('tags-by-font', TagsByFont); Vue.component('tags-by-categories', TagsByCategories); @@ -50,8 +47,6 @@ Vue.component("add-tags", AddTags); Vue.component('add-category', AddCategory); Vue.component('vf-view', VFView); - Vue.component('add-category', AddCategory); - Vue.component('vf-view', VFView); var app = new Vue({ el: '#app',