UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

9 lines (6 loc) 309 B
import { jsx } from 'react/jsx-runtime'; import React from 'react'; import { Link } from '@remix-run/react'; const RemixPolarisLink = React.forwardRef((props, ref) => (jsx(Link, { ...props, to: props.url ?? props.to, ref: ref }))); export { RemixPolarisLink }; //# sourceMappingURL=RemixPolarisLink.mjs.map