Skip to content

Commit

Permalink
fix: remove uncessary data file
Browse files Browse the repository at this point in the history
  • Loading branch information
zerinoid committed Jul 9, 2023
1 parent 4492abe commit 2cd59ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
9 changes: 0 additions & 9 deletions src/components/cards/project/CardProject.data.ts

This file was deleted.

7 changes: 2 additions & 5 deletions src/components/cards/project/CardProject.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { Meta, StoryObj } from '@storybook/react';
import CardProject from './Project';
import { projectData } from './Project.data';
import CardProject from './CardProject';

const meta: Meta<typeof CardProject> = {
title: 'cards/Project',
Expand All @@ -13,7 +12,5 @@ export default meta;
type Story = StoryObj<typeof CardProject>;

export const Base: Story = {
args: {
...projectData.base
}
args: {}
};

0 comments on commit 2cd59ba

Please sign in to comment.