mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-10 10:16:21 +02:00
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
|
|
exports[`Copyright renders correctly 1`] = `
|
|
<div>
|
|
All rights reserved.
|
|
</div>
|
|
`;
|