We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ffa62 commit 76aca03Copy full SHA for 76aca03
.storybook/preview.js
@@ -3,14 +3,15 @@ import { Provider } from 'react-redux';
3
4
import ThemeProvider from '../client/modules/App/components/ThemeProvider';
5
import configureStore from '../client/store';
6
+import '../client/styles/build/css/main.css'
7
8
const initialState = window.__INITIAL_STATE__;
9
10
const store = configureStore(initialState);
11
12
export const decorators = [
13
(Story) => (
- <Provider store={store}>
14
+ <Provider store={store}>
15
<ThemeProvider>
16
<Story />
17
</ThemeProvider>
0 commit comments