UNPKG

tobby-my-storybook-components

Version:

Para practicar React Components + Storybook + NPM Publish

5 lines (4 loc) 173 B
export { Header } from "./stories/Header"; export { Page } from "./stories/Page"; export { MyLabel } from "./components/MyLabel"; export { Button } from "./stories/Button";