mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-15 07:36:47 +00:00
6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
export default (livewireComponent) => ({
|
|
|
|
isAllowed: livewireComponent.entangle('isAllowed', true),
|
|
|
|
});
|