mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-06-29 01:13:25 +03:00
* Replace styled-components with Emotion in ui * react-dock * Remainder * Fix * Format * Update snapshots * Create bright-sheep-joke.md
10 lines
133 B
Plaintext
10 lines
133 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Container renders correctly 1`] = `
|
|
<div
|
|
class="css-83ymb"
|
|
>
|
|
Text
|
|
</div>
|
|
`;
|