From cda3d335f15f0c07d50656308c18c0bced86d2c2 Mon Sep 17 00:00:00 2001 From: Demenech Date: Tue, 9 Apr 2024 15:25:14 -0300 Subject: [PATCH] feat: rename Plotly components stories so that they show up together on the storybook sidebar --- .../{BarChartPlotly.stories.ts => PlotlyBarChart.stories.ts} | 0 .../{LineChartPlotly.stories.ts => PlotlyLineChart.stories.ts} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename packages/components/stories/{BarChartPlotly.stories.ts => PlotlyBarChart.stories.ts} (100%) rename packages/components/stories/{LineChartPlotly.stories.ts => PlotlyLineChart.stories.ts} (100%) diff --git a/packages/components/stories/BarChartPlotly.stories.ts b/packages/components/stories/PlotlyBarChart.stories.ts similarity index 100% rename from packages/components/stories/BarChartPlotly.stories.ts rename to packages/components/stories/PlotlyBarChart.stories.ts diff --git a/packages/components/stories/LineChartPlotly.stories.ts b/packages/components/stories/PlotlyLineChart.stories.ts similarity index 100% rename from packages/components/stories/LineChartPlotly.stories.ts rename to packages/components/stories/PlotlyLineChart.stories.ts