2018-04-13 15:33:03 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`<BlockSaveButton /> snapshot 1`] = `
|
2019-11-08 13:20:25 +02:00
|
|
|
<div>
|
|
|
|
<button
|
|
|
|
class="btn btn-primary btn-block"
|
|
|
|
type="submit"
|
|
|
|
>
|
|
|
|
Save
|
|
|
|
</button>
|
|
|
|
</div>
|
2018-04-13 15:33:03 +01:00
|
|
|
`;
|