import * as React from "react" import { storiesOf } from "@storybook/react" import { SocialPanel } from "../SocialPanel" import { SocialMediaShareContentType } from "jamplay-common/client/share" storiesOf("Social", module) .add("Panel", () => { return ( ) })