mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-19 11:21:26 +00:00
33 lines
498 B
Plaintext
33 lines
498 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`_static mount renders 1`] = `
|
|
<div>
|
|
<div>
|
|
<div
|
|
class="ds-space"
|
|
style="margin-top: 16px; margin-bottom: 16px;"
|
|
>
|
|
<h2
|
|
class="ds-heading ds-heading-h2"
|
|
>
|
|
|
|
|
|
|
|
</h2>
|
|
</div>
|
|
|
|
<div
|
|
class="ds-container ds-container-x-large"
|
|
>
|
|
<article
|
|
class="base-card"
|
|
>
|
|
<div />
|
|
|
|
<!---->
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|