Skip to content

Instantly share code, notes, and snippets.

@mthuret
Last active July 25, 2016 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mthuret/093be50d3b864cbfe10883c60332ad58 to your computer and use it in GitHub Desktop.
Save mthuret/093be50d3b864cbfe10883c60332ad58 to your computer and use it in GitHub Desktop.
import {storiesOf as storiesOfReal,
action as actionReal,
linkTo as linkToReal} from "@kadira/storybook"
export const storiesOf = storiesOfReal;
export const action = actionReal;
export const linkTo = linkToReal;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment