Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Nov 22, 2024
1 parent d30d887 commit b787b7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/admin-ui/src/Card/Card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ import { Card } from "./Card";
import { Button } from "~/Button";
import { Container } from "~/Container";

// More on how to set up stories at: https://storybook.js.org/docs/writing-stories#default-export
const meta: Meta<typeof Card> = {
title: "Components/Card",
component: Card,
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs
tags: ["autodocs"],
decorators: [
Story => (
Expand All @@ -26,7 +24,6 @@ export default meta;

type Story = StoryObj<typeof Card>;

// More on writing stories with args: https://storybook.js.org/docs/writing-stories/args
export const Default: Story = {
args: {
title: "Card title goes here",
Expand Down

0 comments on commit b787b7f

Please sign in to comment.