Removed InfoDialog.stories.tsx
parent
d27ad13e57
commit
800cecbefc
|
@ -1,11 +0,0 @@
|
||||||
import InfoDialog, { InfoDialogProps } from './InfoDialog';
|
|
||||||
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
||||||
|
|
||||||
export default {
|
|
||||||
title: 'Features/InfoDialog',
|
|
||||||
component: InfoDialog,
|
|
||||||
} as ComponentMeta<typeof InfoDialog>;
|
|
||||||
|
|
||||||
const Template: ComponentStory<typeof InfoDialog> = (args: InfoDialogProps) => (
|
|
||||||
<InfoDialog {...args} />
|
|
||||||
);
|
|
Loading…
Reference in New Issue