UNPKG

@shopify/shopify-app-remix

Version:

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

11 lines (7 loc) 365 B
'use strict'; var jsxRuntime = require('react/jsx-runtime'); var React = require('react'); var react = require('@remix-run/react'); const RemixPolarisLink = React.forwardRef((props, ref) => (jsxRuntime.jsx(react.Link, { ...props, to: props.url ?? props.to, ref: ref }))); exports.RemixPolarisLink = RemixPolarisLink; //# sourceMappingURL=RemixPolarisLink.js.map