rebuild chromatic

This commit is contained in:
Abhimanyu Yadav
2025-05-13 08:31:47 +05:30
parent a922f73f3e
commit 7c511ea0d3

View File

@@ -5,7 +5,7 @@ When communicating with the server in client components, use the `useBackendAPI`
To provide custom mock data instead of the default values, add the `mockBackend` parameter in your stories:
```tsx
export const MyStory = {
export const MyStory = {
parameters: {
mockBackend: {
credits: 100,