mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-17 20:59:31 +00:00
lint everything
This commit is contained in:
@@ -3,16 +3,16 @@ import type { Meta, StoryObj } from '@storybook/react'
|
||||
import { RecoverPassword } from './'
|
||||
|
||||
const meta = {
|
||||
component: RecoverPassword,
|
||||
tags: ['autodocs'],
|
||||
title: 'Auth/Recover password',
|
||||
component: RecoverPassword,
|
||||
tags: ['autodocs'],
|
||||
title: 'Auth/Recover password',
|
||||
} satisfies Meta<typeof RecoverPassword>
|
||||
|
||||
export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Default: Story = {
|
||||
args: {
|
||||
onSubmit: data => console.info(data),
|
||||
},
|
||||
args: {
|
||||
onSubmit: data => console.info(data),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user