/**
* Test module for ESM action loading
*/
export async function testAction() {
return "action result";
}
export const notAFunction = "not a function";
/**
* Test module for ESM action loading
*/
export async function testAction() {
return "action result";
}
export const notAFunction = "not a function";