From 1f2a7a3e203cf3b4f7ed415c06a347dba4656cc9 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 23 Oct 2025 13:11:13 +0800 Subject: [PATCH] rename --- next-ui/src/components/history/HistoryTable.mdx | 2 +- .../history/{Table.stories.ts => HistoryTable.stories.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename next-ui/src/components/history/{Table.stories.ts => HistoryTable.stories.ts} (100%) 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