added lnd page

This commit was merged in pull request #483.
This commit is contained in:
victorAnumudu
2023-11-02 19:01:48 +01:00
parent 452c6bf8a1
commit 6a2082d732
3 changed files with 42 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
import React from 'react'
import Lnd from '../components/Lnd/Lnd'
function LndPage() {
return (
<>
<Lnd />
</>
)
}
export default LndPage