Remove outdated snapshots

This commit is contained in:
Michael Shilman 2022-10-10 12:29:35 +08:00
parent f294d881d7
commit 6c0de61cfc

View File

@ -290,21 +290,3 @@ exports[`Storyshots Demo/button3 Four 1`] = `
four
</button>
`;
exports[`Storyshots Docs/ButtonMdx Basic 1`] = `
<button
type="button"
>
Click me
</button>
`;
exports[`Storyshots Docs/ButtonMdx Controls 1`] = `
<button
type="button"
>
Hello
</button>
`;