summaryrefslogtreecommitdiff
path: root/mobile/app/gallery-page.ts
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/app/gallery-page.ts')
-rw-r--r--mobile/app/gallery-page.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/mobile/app/gallery-page.ts b/mobile/app/gallery-page.ts
deleted file mode 100644
index 517ac8a..0000000
--- a/mobile/app/gallery-page.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import { EventData, Page } from '@nativescript/core'
-import { GalleryModel } from './gallery-view-model';
-
-export function navigatingTo(args: EventData) {
- const page = <Page>args.object;
- page.bindingContext = new GalleryModel();
-}