mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 17:13:55 +00:00
remove storybook
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
import type { Meta, StoryObj } from '@storybook/react';
|
||||
|
||||
import VerifyEmailForm from './VerifyEmailForm';
|
||||
|
||||
const meta: Meta<typeof VerifyEmailForm> = {
|
||||
title: 'VerifyEmailForm',
|
||||
component: VerifyEmailForm,
|
||||
};
|
||||
|
||||
export default meta;
|
||||
|
||||
type Story = StoryObj<typeof VerifyEmailForm>;
|
||||
|
||||
export const Default: Story = {
|
||||
args: {
|
||||
code: 'xyz',
|
||||
submit: true,
|
||||
userId: "123",
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user