Files
twenty/packages/twenty-shared/src/index.ts
Marie 7d7955fc65 Move capitalize into twenty-shared (#9414)
capitalize had been moved into twenty-shared. Let's remove the
duplicates in server and front !
2025-01-07 14:25:29 +00:00

6 lines
185 B
TypeScript

export * from './constants/TwentyCompaniesBaseUrl';
export * from './constants/TwentyIconsBaseUrl';
export * from './utils/image/getImageAbsoluteURI';
export * from './utils/strings';