import * as frame from "ui/frame"; export function buttonTap(args) { frame.topmost().goBack(); }