@lifi/widget
Version:
LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
9 lines • 424 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { WarningMessages } from '../../components/Messages/WarningMessages.js';
import { useRoutes } from '../../hooks/useRoutes.js';
export const MainWarningMessages = (props) => {
const { routes } = useRoutes();
const currentRoute = routes?.[0];
return _jsx(WarningMessages, { route: currentRoute, ...props });
};
//# sourceMappingURL=MainWarningMessages.js.map