Skip to content

Commit

Permalink
Fix export name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmockett committed Jan 22, 2024
1 parent d1cf15e commit 22c6a2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ const Template: StoryFn<typeof SvgGuardianBestWebsiteLogo> = (
args: SvgGuardianBestWebsiteLogoProps,
) => <SvgGuardianBestWebsiteLogo {...args} />;

export const DefaultStoryFn: StoryFn<typeof SvgGuardianBestWebsiteLogo> =
export const Default: StoryFn<typeof SvgGuardianBestWebsiteLogo> =
Template.bind({});

0 comments on commit 22c6a2c

Please sign in to comment.