Files
lettersoup-online/002_source/cms/src/db/Notifications/Helloworld.tsx
2025-05-16 12:51:32 +08:00

4 lines
85 B
TypeScript

export function helloCustomer(): string {
return 'Hello from Customers module!';
}