Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mollpo committed Sep 19, 2023
1 parent 2b62f26 commit 2088a87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/action/Actions.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
import { Meta, StoryObj } from '@storybook/react'
import { Button, ButtonVariant } from '../button'
import { Tone } from '../types'
import { Actions } from './Actions'
import { Theme } from '../../../.storybook/components'
import { Actions } from './Actions'

const children = {
options: ['One button', 'Two buttons'],
Expand Down
8 changes: 4 additions & 4 deletions src/components/alert/Alert.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import {
Title,
} from '@storybook/addon-docs'
import { Meta, StoryObj } from '@storybook/react'
import IconWarning from '@aboutbits/react-material-icons/dist/IconWarning'
import IconCheck from '@aboutbits/react-material-icons/dist/IconCheck'
import IconInfo from '@aboutbits/react-material-icons/dist/IconInfo'
import { Button, ButtonVariant } from '../button'
import { Size, Tone } from '../types'
import { Theme } from '../../../.storybook/components'
import { Alert } from './Alert'
import IconWarning from '@aboutbits/react-material-icons/dist/IconWarning'
import IconCheck from '@aboutbits/react-material-icons/dist/IconCheck'
import IconInfo from '@aboutbits/react-material-icons/dist/IconInfo'
import { AlertActionsPosition } from './types'
import {
AlertCritical,
Expand Down Expand Up @@ -93,7 +93,7 @@ const meta = {
argTypes: {
title: { control: 'text' },
icon: icons,
actions: actions,
actions,
},
parameters: {
docs: {
Expand Down

0 comments on commit 2088a87

Please sign in to comment.