chore: remove windowMixin from components and pages (#3632)

This commit is contained in:
dni ⚡
2026-02-25 07:53:39 +01:00
parent 2fbaf57b5e
commit f0f9e41f99
49 changed files with 5 additions and 79 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
window.app.component('lnbits-drawer', {
template: '#lnbits-drawer',
mixins: [window.windowMixin]
template: '#lnbits-drawer'
})