chatwoot/app/javascript/entrypoints/ui.js
2025-05-07 19:12:44 +05:30

4 lines
46 B
JavaScript

export function greet() {
return 'Hello';
}