import Table from "@material-ui/core/Table"; import TableBody from "@material-ui/core/TableBody"; import TableCell from "@material-ui/core/TableCell"; import TableHead from "@material-ui/core/TableHead"; import TableRow from "@material-ui/core/TableRow"; import { storiesOf } from "@storybook/react"; import React from "react"; import EditableTableCell from "@saleor/components/EditableTableCell"; import CardDecorator from "../../CardDecorator"; import Decorator from "../../Decorator"; storiesOf("Generics / EditableTableCell", module) .addDecorator(CardDecorator) .addDecorator(Decorator) .add("default", () => (