Skip to content

Commit

Permalink
Remove unintended child component
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Dec 18, 2023
1 parent 70bcfae commit 3f39789
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions storybook/storybook-react/src/HeroImage/HeroImage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import { Meta, StoryObj } from '@storybook/react'
const meta = {
title: 'Media/Hero Image',
component: HeroImage,
args: {
children: <SearchField />,
},
} satisfies Meta<typeof HeroImage>

export default meta
Expand Down

0 comments on commit 3f39789

Please sign in to comment.