Skip to content

Commit 1cf8d50

Browse files
committed
Rename goal attempt story
1 parent f828374 commit 1cf8d50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dotcom-rendering/src/components/FootballMatchGoalAttempts.stories.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
import type { Meta, StoryObj } from '@storybook/react-webpack5';
2-
import { FootballMatchGoalAttempts } from './FootballMatchStat';
2+
import { FootballMatchGoalAttempts as FootballMatchGoalAttemptsComponent } from './FootballMatchStat';
33

44
const meta = {
55
title: 'Components/Football Match Goal Attempts',
6-
component: FootballMatchGoalAttempts,
6+
component: FootballMatchGoalAttemptsComponent,
77
parameters: {
88
layout: 'padded',
99
},
10-
} satisfies Meta<typeof FootballMatchGoalAttempts>;
10+
} satisfies Meta<typeof FootballMatchGoalAttemptsComponent>;
1111

1212
export default meta;
1313
type Story = StoryObj<typeof meta>;
1414

15-
export const Default = {
15+
export const FootballMatchGoalAttempts = {
1616
args: {
1717
homeTeam: {
1818
name: 'Manchester United',

0 commit comments

Comments
 (0)