Remove unnecessary import in InfoDialogComponent.stories.tsx
This commit is contained in:
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…
x
Reference in New Issue
Block a user