Guest User

Untitled

a guest
Oct 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. import { addDecorator } from '@storybook/react';
  2. import React from 'react';
  3.  
  4. import 'bootstrap/dist/css/bootstrap.css'; // This must be imported before GlobalStyles because of import precedence
  5.  
  6. import GlobalStyles from '../src/components/global-styles';
  7.  
  8. function withGlobalStyles(storyFn) {
  9. // ...
  10. }
  11.  
  12. addDecorator(withGlobalStyles);
Add Comment
Please, Sign In to add comment