Skip to content

Commit f77d8f0

Browse files
committed
add comment
1 parent 3fbb586 commit f77d8f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotcom-rendering/src/layouts/GalleryLayout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const headerStyles = css`
5151
}
5252
`;
5353

54+
// Testing snapshot
55+
5456
export const GalleryLayout = (props: WebProps | AppProps) => {
5557
const gallery = props.gallery;
5658
const frontendData = gallery.frontendData;

0 commit comments

Comments
 (0)