mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-12 18:08:58 -04:00
4 lines
69 B
TypeScript
4 lines
69 B
TypeScript
export function logError(message: any) {
|
|
console.error(message);
|
|
}
|