import * as React from "react"; import { storiesOf } from "@storybook/react"; import Story from "../../storybook-components/Story"; import { Text } from "./Text"; const stories = storiesOf("Components/Typography/Text", module); stories.add("Default", () => ( This is the Text component ));