Remove unnecessary import in InfoDialogComponent.stories.tsx

develop
Jason Zhu 2023-05-15 20:54:22 +10:00
parent 02de053d90
commit 03e973c68d
1 changed files with 1 additions and 3 deletions

View File

@ -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',