From 81a1cbf0f13a2f1a423e7aa3c94af2e4fde489d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Sat, 9 Feb 2019 17:10:47 +0100
Subject: [PATCH] Remove unused import

---
 .../components/creator/content-list/content-list.component.ts    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/components/creator/content-list/content-list.component.ts b/src/app/components/creator/content-list/content-list.component.ts
index 9b8f6754a..dad034ca6 100644
--- a/src/app/components/creator/content-list/content-list.component.ts
+++ b/src/app/components/creator/content-list/content-list.component.ts
@@ -14,7 +14,6 @@ import { RoomService } from '../../../services/http/room.service';
 import { TranslateService } from '@ngx-translate/core';
 import { LanguageService } from '../../../services/util/language.service';
 import { ContentDeleteComponent } from '../_dialogs/content-delete/content-delete.component';
-import { ContentCreatorComponent } from '../content-creator/content-creator.component';
 import { ContentEditComponent } from '../_dialogs/content-edit/content-edit.component';
 
 
-- 
GitLab