Merge pull request #12504 from holylander/patch-1

just add the react dep
This commit is contained in:
jonniebigodes 2020-09-21 17:40:13 +01:00 committed by GitHub
commit 0cbe88e5ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
```js
// .storybook/preview.js
import React from "react";
import { ThemeProvider } from 'styled-components';
export const decorators = [
@ -10,4 +11,4 @@ export const decorators = [
</ThemeProvider>
),
];
```
```