diff --git a/next-ui/src/components/history/HistoryTable.mdx b/next-ui/src/components/history/HistoryTable.mdx index 9d7a507b2..6398ee9a3 100644 --- a/next-ui/src/components/history/HistoryTable.mdx +++ b/next-ui/src/components/history/HistoryTable.mdx @@ -1,6 +1,6 @@ import { Canvas, Meta } from '@storybook/addon-docs/blocks'; -import * as Stories from './Table.stories'; +import * as Stories from './HistoryTable.stories'; diff --git a/next-ui/src/components/history/Table.stories.ts b/next-ui/src/components/history/HistoryTable.stories.ts similarity index 100% rename from next-ui/src/components/history/Table.stories.ts rename to next-ui/src/components/history/HistoryTable.stories.ts