mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-22 21:04:08 +08:00
4 lines
46 B
JavaScript
4 lines
46 B
JavaScript
export function greet() {
|
|
return 'Hello';
|
|
}
|