mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-21 17:24:40 +03:00
14 lines
263 B
Text
14 lines
263 B
Text
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`Roomeader renders with no props 1`] = `
|
||
|
<DocumentFragment>
|
||
|
<header
|
||
|
class="mx_LegacyRoomHeader light-panel"
|
||
|
>
|
||
|
<div
|
||
|
class="mx_LegacyRoomHeader_wrapper"
|
||
|
/>
|
||
|
</header>
|
||
|
</DocumentFragment>
|
||
|
`;
|