import { ComponentMeta } from "@storybook/react"; import { Bell } from "react-feather"; import EmptyScreen from "@calcom/ui/v2/core/EmptyScreen"; export default { title: "pattern/Empty Screen", component: EmptyScreen, decorators: [ (Story) => (
), ], } as ComponentMeta; export const Default = () => ( console.log("Button Clicked")} /> );