mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Apply prettier over all files
This commit is contained in:
@@ -5,7 +5,7 @@ export const responsiveImageFragment = /* GraphQL */ `
|
||||
urlLarge: url(width: $imgLargeWidth, height: $imgLargeHeight)
|
||||
urlXL: url(width: $imgXLWidth, height: $imgXLHeight)
|
||||
}
|
||||
`;
|
||||
`
|
||||
|
||||
export const productInfoFragment = /* GraphQL */ `
|
||||
fragment productInfo on Product {
|
||||
@@ -63,4 +63,4 @@ export const productInfoFragment = /* GraphQL */ `
|
||||
}
|
||||
|
||||
${responsiveImageFragment}
|
||||
`;
|
||||
`
|
||||
|
Reference in New Issue
Block a user