Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Last active February 10, 2020 04:16
Embed
What would you like to do?
module.exports = {
stories: ['../src/**/*.stories.ts'],
addons: ['@storybook/addon-actions',
'@storybook/addon-links',
'@storybook/addon-notes',
'@storybook/addon-knobs'],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment