7 lines
80 B
JavaScript
7 lines
80 B
JavaScript
const load = async () => {
|
|
return { transactions: [] };
|
|
};
|
|
export {
|
|
load
|
|
};
|