converted the note syntax for consistency with other documentation files

Signed-off-by: chanchalkhatri19 <chanchal@IDRSUC626191L.ad.infosys.com>
This commit is contained in:
chanchalkhatri19
2026-01-08 11:57:37 +00:00
parent a723b8a1e4
commit 5232000777
+6 -2
View File
@@ -55,8 +55,12 @@ core
└── Progress.stories.tsx
```
> _Note: make sure your component story file has the following format
> componentName.stories.tsx_
:::note Note
Make sure your component story file has the following format
componentName.stories.tsx
:::
## Running locally