From 967dd5fd1000b242081f7e55201aaa5b7f0915be Mon Sep 17 00:00:00 2001 From: 223880 Date: Thu, 11 Apr 2024 13:09:29 -0300 Subject: [PATCH] Initial BOLT11 --- src/app/lightning/bolt11.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/lightning/bolt11.ts b/src/app/lightning/bolt11.ts index 9c37cf9e..62ac6f17 100644 --- a/src/app/lightning/bolt11.ts +++ b/src/app/lightning/bolt11.ts @@ -1 +1,5 @@ -import +import {BOLT11} from 'react-breez-native'; + +const BOLT11 = { + +}