import React from "react"; import { Collapse } from "../components/Collapse.js"; import { Card } from "./Card.js"; import { ReportDecorator } from "./storybook/ReportDecorator.jsx"; export default { component: Collapse, title: "Components/Collapse", decorators: [ReportDecorator], }; export const collapse = () => ( Help text here );