]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
rebase cleanup
authorMarc Foley <m.foley.88@gmail.com>
Fri, 18 Jul 2025 12:48:55 +0000 (13:48 +0100)
committerMarc Foley <m.foley.88@gmail.com>
Fri, 18 Jul 2025 12:48:55 +0000 (13:48 +0100)
tagger2/index.html

index fa96c7948b4fcd584e4ba9569ec0414e398ec675..0d9eff271b3c756deab1be57487a78ed840b548f 100644 (file)
@@ -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',