From a69698201f2e089f10e95b7a20739e174ebdc6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20ANDRE?= Date: Tue, 5 Dec 2023 15:09:49 +0100 Subject: [PATCH] Fix --- .../src/app/new-tunnel-flight/new-tunnel-flight.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Front/skydivelogs-app/src/app/new-tunnel-flight/new-tunnel-flight.component.ts b/Front/skydivelogs-app/src/app/new-tunnel-flight/new-tunnel-flight.component.ts index a49996e..1a58535 100644 --- a/Front/skydivelogs-app/src/app/new-tunnel-flight/new-tunnel-flight.component.ts +++ b/Front/skydivelogs-app/src/app/new-tunnel-flight/new-tunnel-flight.component.ts @@ -10,7 +10,7 @@ import { TunnelService } from '../../services/tunnel.service'; import { ServiceComm } from '../../services/service-comm.service'; import { TunnelFlightService } from "../../services/tunnel-flight.service"; import { JumpTypeService } from "../../services/jump-type.service"; -import { DateService } from "src/services/date.service"; +import { DateService } from "../../services/date.service"; export const PICK_FORMATS = { parse: { dateInput: 'yy MM dd' },