forked from crowetic/commerce
9 lines
122 B
TypeScript
9 lines
122 B
TypeScript
|
const seoFragment = /* GraphQL */ `
|
||
|
fragment seo on SEO {
|
||
|
description
|
||
|
title
|
||
|
}
|
||
|
`;
|
||
|
|
||
|
export default seoFragment;
|