1
2
3
4
export async function getText(data) {
console.log("hello");
return data;
}