Skip to content

Commit f29fc2d

Browse files
authoredMar 15, 2025
docs(storybook): update grid story title to include component path (#135)
1 parent 1d420f0 commit f29fc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/grid/src/Grid.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react';
22
import * as Grid from './Grid';
33

44
const meta = {
5-
title: 'Grid',
5+
title: 'Components/Grid',
66
component: Grid.Root,
77
tags: ['autodocs'],
88
parameters: {

0 commit comments

Comments
 (0)