UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

7 lines (4 loc) 234 B
'use client' import { jsx } from 'react/jsx-runtime'; const LegacySafariCssOverrides = () => (jsx("link", { rel: 'stylesheet', href: 'https://app.dynamic.xyz/assets/legacySafari/styles.css' })); export { LegacySafariCssOverrides };