From 648e741edf6109677451f928a5837dc22733468f Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 22 Jul 2020 18:19:54 -0700 Subject: [PATCH] Adding html.js --- 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 */} +