From 622cfcc6fe04b6c866e5608da2065fa29eacadbb Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Tue, 1 Aug 2023 16:45:18 +0200 Subject: [PATCH] chore: removed edit-route leftover --- .../app/routes/edit-route/edit-route.component.html | 1 - .../app/routes/edit-route/edit-route.component.scss | 0 .../app/routes/edit-route/edit-route.component.ts | 12 ------------ client/src/environments/_eula.ts | 2 +- 4 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 client/src/app/routes/edit-route/edit-route.component.html delete mode 100644 client/src/app/routes/edit-route/edit-route.component.scss delete mode 100644 client/src/app/routes/edit-route/edit-route.component.ts diff --git a/client/src/app/routes/edit-route/edit-route.component.html b/client/src/app/routes/edit-route/edit-route.component.html deleted file mode 100644 index 0680b43..0000000 --- a/client/src/app/routes/edit-route/edit-route.component.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/client/src/app/routes/edit-route/edit-route.component.scss b/client/src/app/routes/edit-route/edit-route.component.scss deleted file mode 100644 index e69de29..0000000 diff --git a/client/src/app/routes/edit-route/edit-route.component.ts b/client/src/app/routes/edit-route/edit-route.component.ts deleted file mode 100644 index d3e09d0..0000000 --- a/client/src/app/routes/edit-route/edit-route.component.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { Component, OnInit } from '@angular/core' - -@Component({ - selector: 'app-edit-route', - templateUrl: './edit-route.component.html', - styleUrls: ['./edit-route.component.scss'] -}) -export class EditRouteComponent implements OnInit { - constructor() {} - - ngOnInit() {} -} diff --git a/client/src/environments/_eula.ts b/client/src/environments/_eula.ts index 684dea6..3d7cba2 100644 --- a/client/src/environments/_eula.ts +++ b/client/src/environments/_eula.ts @@ -18,4 +18,4 @@ In any case, you must not make any such use of this software as to develop softw UNLESS EXPRESSLY AGREED OTHERWISE, 4GL APPS PROVIDES THIS SOFTWARE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO LEGAL THEORY, SHALL 4GL APPS BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM USE OR INABILITY TO USE THIS SOFTWARE. -` +` \ No newline at end of file