@dynamic-labs/sdk-react-core
Version:
A React SDK for implementing wallet web3 authentication and authorization to your website.
13 lines (8 loc) • 397 B
JavaScript
'use client'
;
Object.defineProperty(exports, '__esModule', { value: true });
var jsxRuntime = require('react/jsx-runtime');
var Main = require('./Main.cjs');
var IsBrowser = require('./components/IsBrowser/IsBrowser.cjs');
const DynamicAuthFlow = () => (jsxRuntime.jsx(IsBrowser.IsBrowser, { children: jsxRuntime.jsx(Main.Main, {}) }));
exports.DynamicAuthFlow = DynamicAuthFlow;