Skip to content

Instantly share code, notes, and snippets.

View igortatarenko's full-sized avatar

Igor igortatarenko

  • Saint-Petersburg
View GitHub Profile
// File: .storybook/config.js
import { configure, addDecorator } from '@kadira/storybook';
import Theme from './../src/ui/theme';
import React from 'react';
import { ThemeProvider } from 'styled-components'
function loadStories() {
require('../stories');
}