Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit da5970f

Browse files
author
Matt Seccafien
committed
alphabatize import
1 parent 0b221d6 commit da5970f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export {CartCost} from './CartCost.js';
2929
export {CartLinePrice} from './CartLinePrice.js';
3030
export {CartProvider, useCart} from './CartProvider.js';
3131
export {storefrontApiCustomScalars} from './codegen.helpers.js';
32+
export {generateSeoTags, type Seo} from './seo.js';
3233
export {getShopifyCookies} from './cookies-utils.js';
3334
export {ExternalVideo} from './ExternalVideo.js';
3435
export {flattenConnection} from './flatten-connection.js';
@@ -52,4 +53,3 @@ export {createStorefrontClient} from './storefront-client.js';
5253
export {useMoney} from './useMoney.js';
5354
export {useShopifyCookies} from './useShopifyCookies.js';
5455
export {Video} from './Video.js';
55-
export {generateSeoTags, type Seo} from './seo.js';

0 commit comments

Comments
 (0)