import React from "react"; import { storiesOf } from "@storybook/react"; import Story from "../../storybook-components/Story"; import { Label } from "./Label"; const stories = storiesOf("Components/Forms/Label", module); stories.add("Default", () => ( ));