1
2
3
export let get1 = (x) => {
return "hello world";
}