@dynamic-labs/sdk-react-core
Version:
A React SDK for implementing wallet web3 authentication and authorization to your website.
12 lines (7 loc) • 308 B
JavaScript
'use client'
;
Object.defineProperty(exports, '__esModule', { value: true });
var jsxRuntime = require('react/jsx-runtime');
/* istanbul ignore next */
const EmptyHelpContent = () => jsxRuntime.jsx("div", { "data-testid": 'empty-help-content' });
exports.EmptyHelpContent = EmptyHelpContent;