From 8ee25e17b88b970703f4df9e74cb4726bbffd837 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 31 May 2021 11:33:49 +0200 Subject: Add ability to set custom markdown in description --- client/src/app/shared/shared-custom-markup/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/shared/shared-custom-markup/index.ts') diff --git a/client/src/app/shared/shared-custom-markup/index.ts b/client/src/app/shared/shared-custom-markup/index.ts index a9ac2516c..3bff3a914 100644 --- a/client/src/app/shared/shared-custom-markup/index.ts +++ b/client/src/app/shared/shared-custom-markup/index.ts @@ -1,4 +1,5 @@ export * from './custom-markup.service' +export * from './custom-markup-container.component' export * from './dynamic-element.service' export * from './custom-markup-help.component' export * from './shared-custom-markup.module' -- cgit v1.2.3