mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-15 20:50:46 +02:00
15 lines
431 B
Plaintext
15 lines
431 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Page renders correctly 1`] = `
|
|
<div>
|
|
<div>
|
|
<h1>
|
|
Perfecting the Art of Perfection
|
|
</h1>
|
|
<div>
|
|
<p>An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|