From 9fa81de6a2873054c48f8eacfbec08b778b9f7e4 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 7 Apr 2019 02:17:31 +0200 Subject: [PATCH] merge --- client/Nightr/src/app/home-page/home-page.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Nightr/src/app/home-page/home-page.component.ts b/client/Nightr/src/app/home-page/home-page.component.ts index 0894901..3b29d40 100644 --- a/client/Nightr/src/app/home-page/home-page.component.ts +++ b/client/Nightr/src/app/home-page/home-page.component.ts @@ -4,7 +4,7 @@ import { RouterExtensions } from "nativescript-angular/router"; import { TouchGestureEventData, GestureEventData } from 'tns-core-modules/ui/gestures' import { isEnabled, enableLocationRequest, getCurrentLocation, watchLocation, distance, clearWatch, Location } from "nativescript-geolocation"; -import { MyHttpPostService } from '../services/my-http-post-service'' +import { MyHttpPostService } from '../services/my-http-post-service' @Component({