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
@@ -5,7 +5,7 @@ import { useTheme } from '@emotion/react';
import { t } from '@lingui/core/macro';
import { useState } from 'react';
import { useRecoilValue } from 'recoil';
import { FrontComponentRenderer as SharedFrontComponentRenderer } from 'twenty-sdk/front-component/renderer';
import { FrontComponentRenderer as SharedFrontComponentRenderer } from 'twenty-sdk/front-component';
import { isDefined } from 'twenty-shared/utils';
type FrontComponentRendererProps = {