File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import type { Meta , StoryObj } from '@storybook/react-webpack5' ;
2- import { FootballMatchGoalAttempts } from './FootballMatchStat' ;
2+ import { FootballMatchGoalAttempts as FootballMatchGoalAttemptsComponent } from './FootballMatchStat' ;
33
44const 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
1212export default meta ;
1313type Story = StoryObj < typeof meta > ;
1414
15- export const Default = {
15+ export const FootballMatchGoalAttempts = {
1616 args : {
1717 homeTeam : {
1818 name : 'Manchester United' ,
You can’t perform that action at this time.
0 commit comments