Skip to content

Commit

Permalink
style: moved ItemCard.stories.ts to the component folder
Browse files Browse the repository at this point in the history
  • Loading branch information
camelPhonso committed Jun 5, 2024
1 parent 2fa1a39 commit c4b034f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Meta, StoryObj } from '@storybook/react';
import ItemCard from '@/components/ItemCard';
import testItem from '../../public/white-jumper.jpg';
import testItem from '../public/white-jumper.jpg';

const meta: Meta<typeof ItemCard> = {
title: 'Donations/ItemCard',
Expand Down

0 comments on commit c4b034f

Please sign in to comment.