UNPKG

@web3auth/ui

Version:
21 lines (17 loc) 561 B
'use strict'; var SelfCustodyViaWeb3Auth = require('./SelfCustodyViaWeb3Auth.js'); var jsxRuntime = require('react/jsx-runtime'); function Footer() { return /*#__PURE__*/jsxRuntime.jsx("div", { className: "w3a-modal__footer", children: /*#__PURE__*/jsxRuntime.jsx("div", { className: "w3a-footer", children: /*#__PURE__*/jsxRuntime.jsx("div", { children: /*#__PURE__*/jsxRuntime.jsx("div", { children: /*#__PURE__*/jsxRuntime.jsx(SelfCustodyViaWeb3Auth, {}) }) }) }) }); } module.exports = Footer;