From f9cf0b64bc8cbbec108b529b6d4657a9b08866c2 Mon Sep 17 00:00:00 2001 From: alcipir Date: Fri, 31 Jul 2020 19:17:36 -0300 Subject: [PATCH] feat(SlpWallet): Add minimal-slp-wallet as external library --- src/html.js | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/html.js diff --git a/src/html.js b/src/html.js new file mode 100644 index 0000000..f8457cd --- /dev/null +++ b/src/html.js @@ -0,0 +1,43 @@ +import React from 'react' +import PropTypes from 'prop-types' +// import { withPrefix, Link } from 'gatsby' + +// window && typeof window !== 'undefined' && window.test = 'testing' + +export default function HTML (props) { + return ( + + + + + + + {/* minimal-slp-wallet-web */} +