Skip to content

Commit 6d2d594

Browse files
committed
update sb grouping
1 parent f8bbd9d commit 6d2d594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/EnergyConsumptionChart/EnergyConsumptionChart.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Meta, StoryObj } from "@storybook/react"
33
import ChartComponent from "."
44

55
const meta = {
6-
title: "Charts / Energy Consumption Chart",
6+
title: "Molecules / Display Content / Charts / Energy Consumption",
77
component: ChartComponent,
88
} satisfies Meta<typeof ChartComponent>
99

src/components/StatsBoxGrid/StatsBoxGrid.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Meta, StoryObj } from "@storybook/react"
33
import ChartComponent from "."
44

55
const meta = {
6-
title: "Charts / StatsBoxGrid",
6+
title: "Molecules / Display Content / Charts / StatsBoxGrid",
77
component: ChartComponent,
88
} satisfies Meta<typeof ChartComponent>
99

0 commit comments

Comments
 (0)