From 15f35256af15b97d2298cc44e76ffcafe73a1c88 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 31 May 2021 11:01:42 +0200 Subject: Add help to custom markdown textarea --- 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 14bde3ea9..a9ac2516c 100644 --- a/client/src/app/shared/shared-custom-markup/index.ts +++ b/client/src/app/shared/shared-custom-markup/index.ts @@ -1,3 +1,4 @@ export * from './custom-markup.service' export * from './dynamic-element.service' +export * from './custom-markup-help.component' export * from './shared-custom-markup.module' -- cgit v1.2.3