We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbb586 commit f77d8f0Copy full SHA for f77d8f0
dotcom-rendering/src/layouts/GalleryLayout.tsx
@@ -51,6 +51,8 @@ const headerStyles = css`
51
}
52
`;
53
54
+// Testing snapshot
55
+
56
export const GalleryLayout = (props: WebProps | AppProps) => {
57
const gallery = props.gallery;
58
const frontendData = gallery.frontendData;
0 commit comments