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