Skip to content

Commit

Permalink
update dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Iuriy-Budnikov committed Mar 14, 2020
1 parent fed1b62 commit f1b105f
Show file tree
Hide file tree
Showing 6 changed files with 2,863 additions and 8,262 deletions.
3 changes: 1 addition & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import React from 'react';
import { addDecorator, addParameters } from '@storybook/react';
import { DocsPage } from 'storybook-addon-deps/blocks';
import { Global } from '@emotion/core';
import { Global } from '@emotion/react';
import { ThemeProvider, theme } from '../src/components/styles';
import { loadFontsForStorybook } from '../src/utils/index';
// import '../src/global/global.scss';
import { GlobalStyle } from '../src/components/shared/global';

const withThemeProvider = story => (
Expand Down
Loading

0 comments on commit f1b105f

Please sign in to comment.