UNPKG

@openocean.finance/widget

Version:

Openocean Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

7 lines 334 B
import { jsx as _jsx } from "react/jsx-runtime"; import { WarningMessages } from '../../components/Messages/WarningMessages.js'; export const MainWarningMessages = (props) => { const currentRoute = props.route; return _jsx(WarningMessages, { route: currentRoute, ...props }); }; //# sourceMappingURL=MainWarningMessages.js.map