mirror of
https://github.com/vercel/commerce.git
synced 2025-06-17 12:41:21 +00:00
9 lines
122 B
TypeScript
9 lines
122 B
TypeScript
const seoFragment = /* GraphQL */ `
|
|
fragment seo on SEO {
|
|
description
|
|
title
|
|
}
|
|
`;
|
|
|
|
export default seoFragment;
|