From c4962a03026f2d3060b32a2c4d4fa6704ffe368a Mon Sep 17 00:00:00 2001
From: jojohoch <joachim.hoch@iqb.hu-berlin.de>
Date: Thu, 17 Oct 2024 11:16:38 +0200
Subject: [PATCH] Remove extra folder for RemoteControlComponent

---
 .../text/{remote-control => }/remote-control.component.ts       | 0
 projects/common/models/elements/text/remote-control.ts          | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename projects/common/components/text/{remote-control => }/remote-control.component.ts (100%)

diff --git a/projects/common/components/text/remote-control/remote-control.component.ts b/projects/common/components/text/remote-control.component.ts
similarity index 100%
rename from projects/common/components/text/remote-control/remote-control.component.ts
rename to projects/common/components/text/remote-control.component.ts
diff --git a/projects/common/models/elements/text/remote-control.ts b/projects/common/models/elements/text/remote-control.ts
index 836419f20..5a282fc65 100644
--- a/projects/common/models/elements/text/remote-control.ts
+++ b/projects/common/models/elements/text/remote-control.ts
@@ -1,7 +1,7 @@
 import { UIElement, UIElementProperties, UIElementType } from 'common/models/elements/element';
 import { Type } from '@angular/core';
 import { ElementComponent } from 'common/directives/element-component.directive';
-import { RemoteControlComponent } from 'common/components/text/remote-control/remote-control.component';
+import { RemoteControlComponent } from 'common/components/text/remote-control.component';
 import { environment } from 'common/environment';
 import { InstantiationEror } from 'common/util/errors';
 import {
-- 
GitLab