@brandboostinggmbh/shopify-app-react-router
Version:
Shopify React Router - to simplify the building of Shopify Apps with React Router v7
9 lines (6 loc) • 305 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import React from 'react';
import { Link } from 'react-router';
const RemixPolarisLink = React.forwardRef((props, ref) => (jsx(Link, { ...props, to: props.url ?? props.to, ref: ref })));
export { RemixPolarisLink };
//# sourceMappingURL=RemixPolarisLink.mjs.map