Fix ParticipantChip and stories imports (#4974)
- Fix ParticipantChip - Fix stories imports after some component have been moved to twenty UI
This commit is contained in:
@ -300,7 +300,7 @@ import {
|
||||
```tsx
|
||||
// ✅ Good, utilises the designated aliases
|
||||
import { CatalogDecorator } from '~/testing/decorators/CatalogDecorator';
|
||||
import { ComponentDecorator } from '~/testing/decorators/ComponentDecorator';=
|
||||
import { ComponentDecorator } from 'twenty-ui';=
|
||||
```
|
||||
|
||||
## Schema Validation
|
||||
|
||||
Reference in New Issue
Block a user