Fix missing import

This commit is contained in:
Girish Ramakrishnan
2026-02-15 19:21:06 +01:00
parent c6d8af5dc3
commit 510e1c7296
2 changed files with 4 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ export default [
"prefer-const": "error",
"vue/no-reserved-component-names": "off",
"vue/multi-word-component-names": "off",
"vue/no-undef-components": "error",
}
}
];