From caf759df26e9bc264565666ef077c50d119532ec Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 8 May 2018 11:18:19 +0200 Subject: [PATCH] Compile error fixed. --- src/Squidex/app/shared/components/rich-editor.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Squidex/app/shared/components/rich-editor.component.ts b/src/Squidex/app/shared/components/rich-editor.component.ts index 08a29730c..a0ce4f0cc 100644 --- a/src/Squidex/app/shared/components/rich-editor.component.ts +++ b/src/Squidex/app/shared/components/rich-editor.component.ts @@ -11,7 +11,8 @@ import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'; import { AssetDto, ModalView, - ResourceLoaderService + ResourceLoaderService, + Types } from '@app/shared/internal'; declare var tinymce: any;