mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-01 12:44:37 +00:00
31 lines
554 B
Plaintext
31 lines
554 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"
|
|
>
|
|
<div
|
|
class="os-card relative rounded-[5px] break-words bg-white shadow-[0px_12px_26px_-4px_rgba(0,0,0,0.1)] p-6"
|
|
>
|
|
<div />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|