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

This commit is contained in:
dni ⚡
2026-01-21 11:26:45 +01:00
committed by GitHub
parent 4690d178a2
commit 5e79ca35ab
49 changed files with 5 additions and 79 deletions
@@ -1,4 +1,3 @@
window.app.component('lnbits-header-wallets', {
template: '#lnbits-header-wallets',
mixins: [window.windowMixin]
template: '#lnbits-header-wallets'
})