import {bar} from "./bar";
export function foo(){
    return "foo" + bar();
}