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