Skip to content

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
connected-znaim committed Oct 21, 2024
1 parent 16b3e52 commit ae86c48
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions opentrons-ai-client/src/molecules/Header/Header.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type Meta, type StoryObj } from '@storybook/react'
import type { Meta, StoryObj } from '@storybook/react'
import { Header as HeaderComponent } from '.'
import { COLORS, Flex, SPACING } from '@opentrons/components'

Expand All @@ -11,11 +11,10 @@ const meta: Meta<typeof HeaderComponent> = {
<Story />
</Flex>
),
]
],
}
export default meta

type Story = StoryObj<typeof HeaderComponent>

export const ChatHeaderExample: Story = {
}
export const ChatHeaderExample: Story = {}

0 comments on commit ae86c48

Please sign in to comment.