Refactor twenty-sdk folder stucture (#17733)

Only three barrels: `root`, `ui` and `front-component`
This commit is contained in:
Raphaël Bosi
2026-02-05 13:14:27 +01:00
committed by GitHub
parent 60f2a74bf0
commit 309785f7ff
36 changed files with 38 additions and 2327 deletions
@@ -1,6 +1,6 @@
import { isDefined } from 'twenty-shared/utils';
import { HTML_TAG_TO_REMOTE_COMPONENT } from '../../../../../../front-component/common';
import { HTML_TAG_TO_REMOTE_COMPONENT } from '../../../../../../sdk/front-component-common';
const REMOTE_COMPONENTS_GLOBAL_NAMESPACE = 'RemoteComponents';