import { storiesOf } from "@storybook/react";
import { FinalFormDateRangePicker } from "@vivid-planet/comet-admin-date-picker";
import * as React from "react";
import { Field, Form } from "react-final-form";
import { IntlProvider } from "react-intl";
const Story = () => {
return (
);
}}
/>
);
};
storiesOf("comet-admin-date-picker", module).add("Date Range Picker", () => );