mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
30 lines
504 B
Plaintext
30 lines
504 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`_static mount renders 1`] = `
|
|
<div>
|
|
<div>
|
|
<div
|
|
class="ds-my-small"
|
|
>
|
|
<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>
|
|
`;
|