diff --git a/packages/twenty-website/src/content/developers/frontend-development/best-practices-front.mdx b/packages/twenty-website/src/content/developers/frontend-development/best-practices-front.mdx index 4f376deb0..8b1b0a4e2 100644 --- a/packages/twenty-website/src/content/developers/frontend-development/best-practices-front.mdx +++ b/packages/twenty-website/src/content/developers/frontend-development/best-practices-front.mdx @@ -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 @@ -327,4 +327,4 @@ type Form = z.infer; Always perform thorough manual testing before proceeding to guarantee that modifications haven’t caused disruptions elsewhere, given that tests have not yet been extensively integrated. - \ No newline at end of file +