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

Commit eb748ef

Browse files
Matt Seccafiencartogram
authored andcommitted
alphabatize import
1 parent 7a6268b commit eb748ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export {CartLinePrice} from './CartLinePrice.js';
3030
export {CartLineProvider, useCartLine} from './CartLineProvider.js';
3131
export {CartProvider, useCart} from './CartProvider.js';
3232
export {storefrontApiCustomScalars} from './codegen.helpers.js';
33+
export {generateSeoTags, type Seo} from './seo.js';
3334
export {getShopifyCookies} from './cookies-utils.js';
3435
export {ExternalVideo} from './ExternalVideo.js';
3536
export {flattenConnection} from './flatten-connection.js';
@@ -53,4 +54,3 @@ export {createStorefrontClient} from './storefront-client.js';
5354
export {useMoney} from './useMoney.js';
5455
export {useShopifyCookies} from './useShopifyCookies.js';
5556
export {Video} from './Video.js';
56-
export {generateSeoTags, type Seo} from './seo.js';

0 commit comments

Comments
 (0)