Files
NativeScript/apps/ui/app/action-bar/clean-page.ts
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

6 lines
120 B
TypeScript

import * as frame from '@nativescript/core/ui/frame';
export function navigate(args) {
frame.topmost().goBack();
}