1
2
3
export function hello() {
return "hello";
}