UNPKG

@shopify/shop-minis-react

Version:

React component library for Shopify Shop Minis with Tailwind CSS v4 support (source-only, requires TypeScript)

7 lines (6 loc) 173 B
export function getWindowLocationPathname(): string { if (typeof window !== 'undefined' && window.location) { return window.location.pathname || '/' } return '' }