Update best-practices-front.mdx (#8836)

This commit is contained in:
Baptiste Devessier
2024-12-02 17:26:31 +01:00
committed by GitHub
parent 64500d07d3
commit 9d7632cb4f

View File

@ -299,7 +299,7 @@ import {
```tsx
// ✅ Good, utilises the designated aliases
import { CatalogDecorator } from '~/testing/decorators/CatalogDecorator';
import { ComponentDecorator } from 'twenty-ui';=
import { ComponentDecorator } from 'twenty-ui';
```
## Schema Validation