remove component resolver because it doesn't seem to be used anywhere

This commit is contained in:
Day Matchullis
2026-02-26 12:43:25 -07:00
parent da28da1b6d
commit 579906b993

View File

@@ -1,11 +0,0 @@
export default {
components: {}
install: function (Vue, opts) {
this.components = opts
}
}