export default function foo() { return "this is the foo function"; } export function other() { return "this is the other function"; }