refactor into '<lnbits-drawer />' component (#3499)

This commit is contained in:
dni ⚡
2025-11-10 14:54:06 +01:00
committed by GitHub
parent bd50a3c546
commit cf7726ddfd
7 changed files with 53 additions and 45 deletions
@@ -0,0 +1,4 @@
window.app.component('lnbits-drawer', {
template: '#lnbits-drawer',
mixins: [window.windowMixin]
})