Skip to content

Instantly share code, notes, and snippets.

@alic-xc
Created December 19, 2023 17:53
Show Gist options
  • Save alic-xc/c9ce4144b1e37fb7980c3480c14bc095 to your computer and use it in GitHub Desktop.
Save alic-xc/c9ce4144b1e37fb7980c3480c14bc095 to your computer and use it in GitHub Desktop.
....
const getStories = () => {
return {
"./src/stories/Button.stories.tsx": require("../src/stories/Button.stories.tsx"),
"./src/stories/AuthBackground.stories.tsx": require("../src/stories/AuthBackground.stories"),
"./src/stories/TextField.stories.tsx": require("../src/stories/FormInput.stories"),
};
};
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment