capitalize had been moved into twenty-shared. Let's remove the duplicates in server and front !
6 lines
185 B
TypeScript
6 lines
185 B
TypeScript
export * from './constants/TwentyCompaniesBaseUrl';
|
|
export * from './constants/TwentyIconsBaseUrl';
|
|
export * from './utils/image/getImageAbsoluteURI';
|
|
export * from './utils/strings';
|
|
|