blob: b25bcc934a91f1f55023c11e2af007c8e74e2955 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<RemoveFromCart/> renders and matches snapshot 1`] = `
<styled.button
onClick={[Function]}
title="Remove From Cart"
>
×
</styled.button>
`;
|