UNPKG

cra-template-rightpair

Version:

The template is made by rightpair for Create React App.

11 lines 248 B
module.exports = { "stories": [ "../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)" ], "addons": [ "@storybook/addon-links", "@storybook/addon-essentials", "@storybook/preset-create-react-app" ] }