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

6 lines
116 B
TypeScript

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