1
2
3
4
5
export const untitled_blueTrout = (async () => {
return {
data: "hello",
};
})();