Remove unnecessary import in InfoDialogComponent.stories.tsx
parent
02de053d90
commit
03e973c68d
|
@ -1,8 +1,6 @@
|
||||||
import type { Meta, StoryObj } from '@storybook/react';
|
import type { Meta, StoryObj } from '@storybook/react';
|
||||||
|
|
||||||
import InfoDialogComponent, {
|
import InfoDialogComponent from './InfoDialogComponent';
|
||||||
InfoDialogComponentProps,
|
|
||||||
} from './InfoDialogComponent';
|
|
||||||
|
|
||||||
const meta: Meta<typeof InfoDialogComponent> = {
|
const meta: Meta<typeof InfoDialogComponent> = {
|
||||||
title: 'Component/InfoDialogComponent',
|
title: 'Component/InfoDialogComponent',
|
||||||
|
|
Loading…
Reference in New Issue