Skip to content

Commit

Permalink
chore: improve grants story name paths
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshift committed Aug 5, 2024
1 parent aa0974e commit 91882c7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/grants/components/grant-card/grant-card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { fakeGrant } from '@/grants/testutils/fake-grant';
import { GrantCard } from './grant-card';

const meta: Meta<typeof GrantCard> = {
title: 'grants/components/grant-card',
component: GrantCard,
args: {
grant: fakeGrant,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { fakeGrant } from '@/grants/testutils/fake-grant';
import { GrantListItem } from './grant-list-item';

const meta: Meta<typeof GrantListItem> = {
title: 'grants/components/grant-list-item',
component: GrantListItem,
args: {
grant: fakeGrant,
Expand Down
1 change: 1 addition & 0 deletions src/grants/components/grant-list/grant-list.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { mockGrantListQuery } from '@/grants/testutils/mock-grant-list-query';
import { GrantList } from './grant-list';

const meta: Meta<typeof GrantList> = {
title: 'grants/components/grant-list',
component: GrantList,
args: {},
parameters: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { fakeGrantee } from '@/grants/testutils/fake-grantee';
import { GranteeCard } from './grantee-card';

const meta: Meta<typeof GranteeCard> = {
title: 'grants/components/grantee-card',
component: GranteeCard,
args: {
grantee: fakeGrantee,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { fakeGrantee } from '@/grants/testutils/fake-grantee';
import { GranteeItem } from './grantee-item';

const meta: Meta<typeof GranteeItem> = {
title: 'grants/components/grantee-item',
component: GranteeItem,
args: {
grantee: fakeGrantee,
Expand Down

0 comments on commit 91882c7

Please sign in to comment.