import React from "react";
import {storiesOf} from "@storybook/react";
import Online from "./online";
import AllImageHosting from "./allImageHosting";
import NoneImageHosting from "./noneImageHosting";
import DefaultImageHosting from "./defaultImageHosting";
storiesOf("线上版", module).add("线上版", () => );
storiesOf("图床参数", module)
.add("默认图床", () => )
.add("全部图床", () => )
.add("无图床", () => );